Html Css Color HEX #B21828 Cardinal

📋 copy color: '#B21828'

red 178 ◦ green 24 ◦ blue 40

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

Shades of Cardinal #B21828

Tints of Cardinal #B21828

RGB

 RED value IS 178 (69.92% from 255) = 73.55%

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 73.55%
G = 9.92%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B21828 (or 0xB21828) is known color: Cardinal. HEX triplet: B2, 18 and 28. RGB value is (178,24,40). Sum of RGB (Red+Green+Blue) = 178+24+40=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B21828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21828 is #4DE7D7. Grayscale: #474747. Windows color (decimal): -5105624 or 2627762. OLE color: 2627762.

HSL color Cylindrical-coordinate representation of color #B21828: hue angle of 353.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21828 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 40 -
CMYK 0 0.87 0.78 0.30
HSL 353.77º 0.76% 0.4% -
HSV(B) 353.77º 0.87% 0.7% -
XYZ 19.07 10.27 2.98 -
YUV 71.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 178 24 40 0 0.87 0.78 0.30 353.77 0.76 0.4
Hex B2 18 28 0 57 4E 1E 162 4C 28
Octal 262 30 50 0 127 116 36 542 114 50
Binary 10110010 11000 101000 0 1010111 1001110 11110 101100010 1001100 101000

Color Harmonies of #B21828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21828

Black with #B21828

Text Example


Text Example

White with #B21828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21828; }

 p { color: rgb(178,24,40); }

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

background-color css

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

 a { background-color: rgb(178,24,40); }

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

border-color css

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

 span { border-color: rgb(178,24,40); }

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