#B71E38

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

Shades of Cardinal #B71E38

Tints of Cardinal #B71E38

Color information

#B71E38 (or 0xB71E38) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 38. RGB value is (183,30,56). Sum of RGB (Red+Green+Blue) = 183+30+56=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E38 is #48E1C7. Grayscale: #4E4E4E. Windows color (decimal): -4776392 or 3677879. OLE color: 3677879.

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

Color convert

RGB1833056-
CMYK00.840.690.28
HSL349.8º71.83%41.76%-
HSV(B)349.8º83.61%71.76%-
XYZ20.7111.284.83-
YUV78.71115.19202.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.03%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=68.03%
G=11.15%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183305600.840.690.28349.871.8341.76
HexB71E38054451C15e482a
Octal267367001241053453611052
Binary1011011111110111000010101001000101111001010111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E38; }

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

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

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

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

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

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

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

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