#B70C39

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

Shades of Cardinal #B70C39

Tints of Cardinal #B70C39

Color information

#B70C39 (or 0xB70C39) is unknown color: approx Cardinal. HEX triplet: B7, 0C and 39. RGB value is (183,12,57). Sum of RGB (Red+Green+Blue) = 183+12+57=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C39 is #48F3C6. Grayscale: #444444. Windows color (decimal): -4780999 or 3738807. OLE color: 3738807.

HSL color Cylindrical-coordinate representation of color #B70C39: hue angle of 344.21º 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 #B70C39 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1831257-
CMYK00.930.690.28
HSL344.21º87.69%38.24%-
HSV(B)344.21º93.44%71.76%-
XYZ20.410.634.85-
YUV68.26121.65209.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.62%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=72.62%
G=4.76%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183125700.930.690.28344.2187.6938.24
HexB7C3905D451C1585826
Octal267147101351053453013046
Binary101101111100111001010111011000101111001010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C39; }

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

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

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

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

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

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

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

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