#B71049

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

Shades of Cardinal #B71049

Tints of Cardinal #B71049

Color information

#B71049 (or 0xB71049) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 49. RGB value is (183,16,73). Sum of RGB (Red+Green+Blue) = 183+16+73=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B71049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71049 is #48EFB6. Grayscale: #484848. Windows color (decimal): -4779959 or 4788407. OLE color: 4788407.

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

Color convert

RGB1831673-
CMYK00.910.600.28
HSL339.52º83.92%39.02%-
HSV(B)339.52º91.26%71.76%-
XYZ20.9210.927.31-
YUV72.43128.33206.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.28%
GREEN value IS 16 (6.64% from 255) = 5.88%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=67.28%
G=5.88%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183167300.910.600.28339.5283.9239.02
HexB7104905B3C1C1545427
Octal267201110133743452412447
Binary1011011110000100100101011011111100111001010101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71049; }

 p { color: rgb(183,16,73); }

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

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

 a { background-color: rgb(183,16,73); }

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

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

 span { border-color: rgb(183,16,73); }

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