#B4112C

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

Shades of Cardinal #B4112C

Tints of Cardinal #B4112C

Color information

#B4112C (or 0xB4112C) is unknown color: approx Cardinal. HEX triplet: B4, 11 and 2C. RGB value is (180,17,44). Sum of RGB (Red+Green+Blue) = 180+17+44=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B4112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4112C is #4BEED3. Grayscale: #444444. Windows color (decimal): -4976340 or 2888116. OLE color: 2888116.

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

Color convert

RGB1801744-
CMYK00.910.760.29
HSL350.06º82.74%38.63%-
HSV(B)350.06º90.56%70.59%-
XYZ19.4810.293.34-
YUV68.82114207.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=74.69%
G=7.05%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180174400.910.760.29350.0682.7438.63
HexB4112C05B4C1D15e5327
Octal264215401331143553612347
Binary1011010010001101100010110111001100111011010111101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4112C; }

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

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

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

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

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

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

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

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