Html Css Color HEX #B21928 Cardinal

📋 copy color: '#B21928'

red 178 ◦ green 25 ◦ blue 40

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

Shades of Cardinal #B21928

Tints of Cardinal #B21928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

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

R = 73.25%
G = 10.29%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B21928 (or 0xB21928) is known color: Cardinal. HEX triplet: B2, 19 and 28. RGB value is (178,25,40). Sum of RGB (Red+Green+Blue) = 178+25+40=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B21928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21928 is #4DE6D7. Grayscale: #484848. Windows color (decimal): -5105368 or 2628018. OLE color: 2628018.

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

Color convert

RGB 178 25 40 -
CMYK 0 0.86 0.78 0.30
HSL 354.12º 0.75% 0.4% -
HSV(B) 354.12º 0.86% 0.7% -
XYZ 19.09 10.31 2.99 -
YUV 72.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 178 25 40 0 0.86 0.78 0.30 354.12 0.75 0.4
Hex B2 19 28 0 56 4E 1E 162 4B 28
Octal 262 31 50 0 126 116 36 542 113 50
Binary 10110010 11001 101000 0 1010110 1001110 11110 101100010 1001011 101000

Color Harmonies of #B21928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21928

Black with #B21928

Text Example


Text Example

White with #B21928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21928; }

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

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

background-color css

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

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

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

border-color css

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

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

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