#B70035

Color #B70035 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B70035

Tints of Cardinal #B70035

Color information

#B70035 (or 0xB70035) is unknown color: approx Cardinal. HEX triplet: B7, 00 and 35. RGB value is (183,0,53). Sum of RGB (Red+Green+Blue) = 183+0+53=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B70035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70035 is #48FFCA. Grayscale: #3C3C3C. Windows color (decimal): -4784075 or 3473591. OLE color: 3473591.

HSL color Cylindrical-coordinate representation of color #B70035: hue angle of 342.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70035 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB183053-
CMYK010.710.28
HSL342.62º100%35.88%-
HSV(B)342.62º100%71.76%-
XYZ20.1710.324.3-
YUV60.76123.63215.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 77.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=77.54%
G=0%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183053010.710.28342.6210035.88
HexB7035064471C1576424
Octal26706501441073452714444
Binary101101110110101011001001000111111001010101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70035; }

 p { color: rgb(183,0,53); }

 H1.HeaderClassName
 {
   color: #B70035;
 }
 .AnyTagClassName
 {
   color: #B70035;
 }
</style>
background-color css

<style>
 a { background-color: #B70035; }

 a { background-color: rgb(183,0,53); }

 div.DivClassName
 {
   background-color: #B70035;
 }
 .BgClassName
 {
   background-color: #B70035;
 }
</style>
border-color css

<style>
 span { border-color: #B70035; }

 span { border-color: rgb(183,0,53); }

 td.TdClassName
 {
   border-color: #B70035;
 }
 .TagClassName
 {
   border-color: #B70035;
 }
</style>