#B40C2C

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

Shades of Cardinal #B40C2C

Tints of Cardinal #B40C2C

Color information

#B40C2C (or 0xB40C2C) is unknown color: approx Cardinal. HEX triplet: B4, 0C and 2C. RGB value is (180,12,44). Sum of RGB (Red+Green+Blue) = 180+12+44=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C2C is #4BF3D3. Grayscale: #414141. Windows color (decimal): -4977620 or 2886836. OLE color: 2886836.

HSL color Cylindrical-coordinate representation of color #B40C2C: hue angle of 348.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C2C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1801244-
CMYK00.930.760.29
HSL348.57º87.5%37.65%-
HSV(B)348.57º93.33%70.59%-
XYZ19.4110.153.32-
YUV65.88115.66209.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.27%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=76.27%
G=5.08%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180124400.930.760.29348.5787.537.65
HexB4C2C05D4C1D15d5826
Octal264145401351143553513046
Binary101101001100101100010111011001100111011010111011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C2C; }

 p { color: rgb(180,12,44); }

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

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

 a { background-color: rgb(180,12,44); }

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

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

 span { border-color: rgb(180,12,44); }

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