#B71246

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

Shades of Cardinal #B71246

Tints of Cardinal #B71246

Color information

#B71246 (or 0xB71246) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 46. RGB value is (183,18,70). Sum of RGB (Red+Green+Blue) = 183+18+70=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71246 is #48EDB9. Grayscale: #494949. Windows color (decimal): -4779450 or 4592311. OLE color: 4592311.

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

Color convert

RGB1831870-
CMYK00.900.620.28
HSL341.09º82.09%39.41%-
HSV(B)341.09º90.16%71.76%-
XYZ20.8510.946.81-
YUV73.26126.16206.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=67.53%
G=6.64%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183187000.900.620.28341.0982.0939.41
HexB7124605A3E1C1555227
Octal267221060132763452512247
Binary1011011110010100011001011010111110111001010101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71246; }

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

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

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

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

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

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

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

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