#B71538

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

Shades of Cardinal #B71538

Tints of Cardinal #B71538

Color information

#B71538 (or 0xB71538) is unknown color: approx Cardinal. HEX triplet: B7, 15 and 38. RGB value is (183,21,56). Sum of RGB (Red+Green+Blue) = 183+21+56=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B71538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71538 is #48EAC7. Grayscale: #494949. Windows color (decimal): -4778696 or 3675575. OLE color: 3675575.

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

Color convert

RGB1832156-
CMYK00.890.690.28
HSL347.04º79.41%40%-
HSV(B)347.04º88.52%71.76%-
XYZ20.5110.894.76-
YUV73.43118.17206.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.38%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=70.38%
G=8.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183215600.890.690.28347.0479.4140
HexB71538059451C15b4f28
Octal267257001311053453311750
Binary1011011110101111000010110011000101111001010110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71538; }

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

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

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

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

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

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

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

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