#B70C33

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

Shades of Cardinal #B70C33

Tints of Cardinal #B70C33

Color information

#B70C33 (or 0xB70C33) is unknown color: approx Cardinal. HEX triplet: B7, 0C and 33. RGB value is (183,12,51). Sum of RGB (Red+Green+Blue) = 183+12+51=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C33 is #48F3CC. Grayscale: #434343. Windows color (decimal): -4781005 or 3345591. OLE color: 3345591.

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

Color convert

RGB1831251-
CMYK00.930.720.28
HSL346.32º87.69%38.24%-
HSV(B)346.32º93.44%71.76%-
XYZ20.2610.574.1-
YUV67.57118.65210.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.39%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=74.39%
G=4.88%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183125100.930.720.28346.3287.6938.24
HexB7C3305D481C15a5826
Octal267146301351103453213046
Binary101101111100110011010111011001000111001010110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C33; }

 p { color: rgb(183,12,51); }

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

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

 a { background-color: rgb(183,12,51); }

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

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

 span { border-color: rgb(183,12,51); }

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