#B41C36

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

Shades of Cardinal #B41C36

Tints of Cardinal #B41C36

Color information

#B41C36 (or 0xB41C36) is unknown color: approx Cardinal. HEX triplet: B4, 1C and 36. RGB value is (180,28,54). Sum of RGB (Red+Green+Blue) = 180+28+54=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C36 is #4BE3C9. Grayscale: #4C4C4C. Windows color (decimal): -4973514 or 3546292. OLE color: 3546292.

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

Color convert

RGB1802854-
CMYK00.840.70.29
HSL349.74º73.08%40.78%-
HSV(B)349.74º84.44%70.59%-
XYZ19.910.84.53-
YUV76.41115.36201.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=68.70%
G=10.69%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180285400.840.70.29349.7473.0840.78
HexB41C36054461D15e4929
Octal264346601241063553611151
Binary1011010011100110110010101001000110111011010111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C36; }

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

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

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

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

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

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

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

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