#B71E32

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

Shades of Cardinal #B71E32

Tints of Cardinal #B71E32

Color information

#B71E32 (or 0xB71E32) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 32. RGB value is (183,30,50). Sum of RGB (Red+Green+Blue) = 183+30+50=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E32 is #48E1CD. Grayscale: #4E4E4E. Windows color (decimal): -4776398 or 3284663. OLE color: 3284663.

HSL color Cylindrical-coordinate representation of color #B71E32: hue angle of 352.16º 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 #B71E32 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1833050-
CMYK00.840.730.28
HSL352.16º71.83%41.76%-
HSV(B)352.16º83.61%71.76%-
XYZ20.5711.234.1-
YUV78.03112.19202.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.58%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=69.58%
G=11.41%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183305000.840.730.28352.1671.8341.76
HexB71E32054491C160482a
Octal267366201241113454011052
Binary1011011111110110010010101001001001111001011000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E32; }

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

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

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

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

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

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

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

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