#B71938

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

Shades of Cardinal #B71938

Tints of Cardinal #B71938

Color information

#B71938 (or 0xB71938) is unknown color: approx Cardinal. HEX triplet: B7, 19 and 38. RGB value is (183,25,56). Sum of RGB (Red+Green+Blue) = 183+25+56=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B71938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71938 is #48E6C7. Grayscale: #4B4B4B. Windows color (decimal): -4777672 or 3676599. OLE color: 3676599.

HSL color Cylindrical-coordinate representation of color #B71938: hue angle of 348.23º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71938 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1832556-
CMYK00.860.690.28
HSL348.23º75.96%40.78%-
HSV(B)348.23º86.34%71.76%-
XYZ20.5911.054.79-
YUV75.78116.85204.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.32%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=69.32%
G=9.47%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183255600.860.690.28348.2375.9640.78
HexB71938056451C15c4c29
Octal267317001261053453411451
Binary1011011111001111000010101101000101111001010111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71938; }

 p { color: rgb(183,25,56); }

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

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

 a { background-color: rgb(183,25,56); }

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

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

 span { border-color: rgb(183,25,56); }

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