#B41F36

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

Shades of Cardinal #B41F36

Tints of Cardinal #B41F36

Color information

#B41F36 (or 0xB41F36) is unknown color: approx Cardinal. HEX triplet: B4, 1F and 36. RGB value is (180,31,54). Sum of RGB (Red+Green+Blue) = 180+31+54=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F36 is #4BE0C9. Grayscale: #4E4E4E. Windows color (decimal): -4972746 or 3547060. OLE color: 3547060.

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

Color convert

RGB1803154-
CMYK00.830.70.29
HSL350.74º70.62%41.37%-
HSV(B)350.74º82.78%70.59%-
XYZ19.9810.954.55-
YUV78.17114.36200.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.92%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=67.92%
G=11.70%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180315400.830.70.29350.7470.6241.37
HexB41F36053461D15f4729
Octal264376601231063553710751
Binary1011010011111110110010100111000110111011010111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F36; }

 p { color: rgb(180,31,54); }

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

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

 a { background-color: rgb(180,31,54); }

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

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

 span { border-color: rgb(180,31,54); }

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