#B41132

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

Shades of Cardinal #B41132

Tints of Cardinal #B41132

Color information

#B41132 (or 0xB41132) is unknown color: approx Cardinal. HEX triplet: B4, 11 and 32. RGB value is (180,17,50). Sum of RGB (Red+Green+Blue) = 180+17+50=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B41132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41132 is #4BEECD. Grayscale: #454545. Windows color (decimal): -4976334 or 3281332. OLE color: 3281332.

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

Color convert

RGB1801750-
CMYK00.910.720.29
HSL347.85º82.74%38.63%-
HSV(B)347.85º90.56%70.59%-
XYZ19.610.333.98-
YUV69.5117206.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.87%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=72.87%
G=6.88%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180175000.910.720.29347.8582.7438.63
HexB4113205B481D15c5327
Octal264216201331103553412347
Binary1011010010001110010010110111001000111011010111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41132; }

 p { color: rgb(180,17,50); }

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

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

 a { background-color: rgb(180,17,50); }

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

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

 span { border-color: rgb(180,17,50); }

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