#B41133

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

Shades of Cardinal #B41133

Tints of Cardinal #B41133

Color information

#B41133 (or 0xB41133) is unknown color: approx Cardinal. HEX triplet: B4, 11 and 33. RGB value is (180,17,51). Sum of RGB (Red+Green+Blue) = 180+17+51=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B41133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41133 is #4BEECC. Grayscale: #454545. Windows color (decimal): -4976333 or 3346868. OLE color: 3346868.

HSL color Cylindrical-coordinate representation of color #B41133: hue angle of 347.48º 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 #B41133 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1801751-
CMYK00.910.720.29
HSL347.48º82.74%38.63%-
HSV(B)347.48º90.56%70.59%-
XYZ19.6210.344.09-
YUV69.61117.5206.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.58%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=72.58%
G=6.85%
B=20.56%

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
Decimal180175100.910.720.29347.4882.7438.63
HexB4113305B481D15b5327
Octal264216301331103553312347
Binary1011010010001110011010110111001000111011010110111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41133; }

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

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

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

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

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

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

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

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