#B70F31

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

Shades of Cardinal #B70F31

Tints of Cardinal #B70F31

Color information

#B70F31 (or 0xB70F31) is unknown color: approx Cardinal. HEX triplet: B7, 0F and 31. RGB value is (183,15,49). Sum of RGB (Red+Green+Blue) = 183+15+49=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F31 is #48F0CE. Grayscale: #454545. Windows color (decimal): -4780239 or 3215287. OLE color: 3215287.

HSL color Cylindrical-coordinate representation of color #B70F31: hue angle of 347.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F31 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1831549-
CMYK00.920.730.28
HSL347.86º84.85%38.82%-
HSV(B)347.86º91.8%71.76%-
XYZ20.2510.633.89-
YUV69.11116.66209.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.09%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=74.09%
G=6.07%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183154900.920.730.28347.8684.8538.82
HexB7F3105C491C15c5527
Octal267176101341113453412547
Binary101101111111110001010111001001001111001010111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F31; }

 p { color: rgb(183,15,49); }

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

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

 a { background-color: rgb(183,15,49); }

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

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

 span { border-color: rgb(183,15,49); }

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