Html Css Color HEX #B42028 Cardinal

📋 copy color: '#B42028'

red 180 ◦ green 32 ◦ blue 40

#B42028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B42028

Tints of Cardinal #B42028

RGB

 RED value IS 180 (70.7% from 255) = 71.43%

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 71.43%
G = 12.7%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B42028 (or 0xB42028) is known color: Cardinal. HEX triplet: B4, 20 and 28. RGB value is (180,32,40). Sum of RGB (Red+Green+Blue) = 180+32+40=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B42028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42028 is #4BDFD7. Grayscale: #4D4D4D. Windows color (decimal): -4972504 or 2629812. OLE color: 2629812.

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

Color convert

RGB 180 32 40 -
CMYK 0 0.82 0.78 0.29
HSL 356.76º 0.7% 0.42% -
HSV(B) 356.76º 0.82% 0.71% -
XYZ 19.72 10.89 3.07 -
YUV 77.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 180 32 40 0 0.82 0.78 0.29 356.76 0.7 0.42
Hex B4 20 28 0 52 4E 1D 165 46 2A
Octal 264 40 50 0 122 116 35 545 106 52
Binary 10110100 100000 101000 0 1010010 1001110 11101 101100101 1000110 101010

Color Harmonies of #B42028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42028

Black with #B42028

Text Example


Text Example

White with #B42028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42028; }

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

 H1.HeaderClassName
 {
   color: #B42028;
 }
 .AnyTagClassName
 {
   color: #B42028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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