#B42126

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

Shades of Cardinal #B42126

Tints of Cardinal #B42126

Color information

#B42126 (or 0xB42126) is unknown color: approx Cardinal. HEX triplet: B4, 21 and 26. RGB value is (180,33,38). Sum of RGB (Red+Green+Blue) = 180+33+38=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B42126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42126 is #4BDED9. Grayscale: #4D4D4D. Windows color (decimal): -4972250 or 2498996. OLE color: 2498996.

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

Color convert

RGB1803338-
CMYK00.820.790.29
HSL357.96º69.01%41.76%-
HSV(B)357.96º81.67%70.59%-
XYZ19.7210.932.9-
YUV77.52105.7201.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.71%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=71.71%
G=13.15%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180333800.820.790.29357.9669.0141.76
HexB421260524F1D166452a
Octal264414601221173554610552
Binary10110100100001100110010100101001111111011011001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42126; }

 p { color: rgb(180,33,38); }

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

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

 a { background-color: rgb(180,33,38); }

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

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

 span { border-color: rgb(180,33,38); }

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