#B70936

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

Shades of Cardinal #B70936

Tints of Cardinal #B70936

Color information

#B70936 (or 0xB70936) is unknown color: approx Cardinal. HEX triplet: B7, 09 and 36. RGB value is (183,9,54). Sum of RGB (Red+Green+Blue) = 183+9+54=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B70936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70936 is #48F6C9. Grayscale: #424242. Windows color (decimal): -4781770 or 3541431. OLE color: 3541431.

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

Color convert

RGB183954-
CMYK00.950.700.28
HSL344.48º90.62%37.65%-
HSV(B)344.48º95.08%71.76%-
XYZ20.2910.534.45-
YUV66.16121.15211.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.39%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=74.39%
G=3.66%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18395400.950.700.28344.4890.6237.65
HexB793605F461C1585b26
Octal267116601371063453013346
Binary101101111001110110010111111000110111001010110001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70936; }

 p { color: rgb(183,9,54); }

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

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

 a { background-color: rgb(183,9,54); }

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

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

 span { border-color: rgb(183,9,54); }

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