#B41239

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

Shades of Cardinal #B41239

Tints of Cardinal #B41239

Color information

#B41239 (or 0xB41239) is unknown color: approx Cardinal. HEX triplet: B4, 12 and 39. RGB value is (180,18,57). Sum of RGB (Red+Green+Blue) = 180+18+57=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41239 is #4BEDC6. Grayscale: #464646. Windows color (decimal): -4976071 or 3740340. OLE color: 3740340.

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

Color convert

RGB1801857-
CMYK00.90.680.29
HSL345.56º81.82%38.82%-
HSV(B)345.56º90%70.59%-
XYZ19.7810.434.84-
YUV70.88120.17205.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.59%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=70.59%
G=7.06%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180185700.90.680.29345.5681.8238.82
HexB4123905A441D15a5227
Octal264227101321043553212247
Binary1011010010010111001010110101000100111011010110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41239; }

 p { color: rgb(180,18,57); }

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

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

 a { background-color: rgb(180,18,57); }

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

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

 span { border-color: rgb(180,18,57); }

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