Html Css Color HEX #B21428 Cardinal

📋 copy color: '#B21428'

red 178 ◦ green 20 ◦ blue 40

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

Shades of Cardinal #B21428

Tints of Cardinal #B21428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

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

R = 74.79%
G = 8.4%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B21428 (or 0xB21428) is known color: Cardinal. HEX triplet: B2, 14 and 28. RGB value is (178,20,40). Sum of RGB (Red+Green+Blue) = 178+20+40=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B21428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21428 is #4DEBD7. Grayscale: #454545. Windows color (decimal): -5106648 or 2626738. OLE color: 2626738.

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

Color convert

RGB 178 20 40 -
CMYK 0 0.89 0.78 0.30
HSL 352.41º 0.8% 0.39% -
HSV(B) 352.41º 0.89% 0.7% -
XYZ 18.99 10.12 2.96 -
YUV 69.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 178 20 40 0 0.89 0.78 0.30 352.41 0.8 0.39
Hex B2 14 28 0 59 4E 1E 160 50 27
Octal 262 24 50 0 131 116 36 540 120 47
Binary 10110010 10100 101000 0 1011001 1001110 11110 101100000 1010000 100111

Color Harmonies of #B21428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21428

Black with #B21428

Text Example


Text Example

White with #B21428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21428; }

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

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

background-color css

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

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

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

border-color css

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

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

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