#B42128

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

Shades of Cardinal #B42128

Tints of Cardinal #B42128

Color information

#B42128 (or 0xB42128) is unknown color: approx Cardinal. HEX triplet: B4, 21 and 28. RGB value is (180,33,40). Sum of RGB (Red+Green+Blue) = 180+33+40=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B42128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42128 is #4BDED7. Grayscale: #4D4D4D. Windows color (decimal): -4972248 or 2630068. OLE color: 2630068.

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

Color convert

RGB1803340-
CMYK00.820.780.29
HSL357.14º69.01%41.76%-
HSV(B)357.14º81.67%70.59%-
XYZ19.7510.943.08-
YUV77.75106.7200.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.15%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=71.15%
G=13.04%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180334000.820.780.29357.1469.0141.76
HexB421280524E1D165452a
Octal264415001221163554510552
Binary10110100100001101000010100101001110111011011001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42128; }

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

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

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

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

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

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

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

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