#B71242

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

Shades of Cardinal #B71242

Tints of Cardinal #B71242

Color information

#B71242 (or 0xB71242) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 42. RGB value is (183,18,66). Sum of RGB (Red+Green+Blue) = 183+18+66=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B71242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71242 is #48EDBD. Grayscale: #484848. Windows color (decimal): -4779454 or 4330167. OLE color: 4330167.

HSL color Cylindrical-coordinate representation of color #B71242: hue angle of 342.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71242 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1831866-
CMYK00.900.640.28
HSL342.55º82.09%39.41%-
HSV(B)342.55º90.16%71.76%-
XYZ20.7310.896.16-
YUV72.81124.16206.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=68.54%
G=6.74%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183186600.900.640.28342.5582.0939.41
HexB7124205A401C1575227
Octal2672210201321003452712247
Binary10110111100101000010010110101000000111001010101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71242; }

 p { color: rgb(183,18,66); }

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

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

 a { background-color: rgb(183,18,66); }

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

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

 span { border-color: rgb(183,18,66); }

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