Html Css Color HEX #B21429 Cardinal

📋 copy color: '#B21429'

red 178 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #B21429

Tints of Cardinal #B21429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 74.48%
G = 8.37%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B21429 (or 0xB21429) is known color: Cardinal. HEX triplet: B2, 14 and 29. RGB value is (178,20,41). Sum of RGB (Red+Green+Blue) = 178+20+41=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B21429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21429 is #4DEBD6. Grayscale: #454545. Windows color (decimal): -5106647 or 2692274. OLE color: 2692274.

HSL color Cylindrical-coordinate representation of color #B21429: hue angle of 352.03º 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 #B21429 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 41 -
CMYK 0 0.89 0.77 0.30
HSL 352.03º 0.8% 0.39% -
HSV(B) 352.03º 0.89% 0.7% -
XYZ 19.01 10.13 3.05 -
YUV 69.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 178 20 41 0 0.89 0.77 0.30 352.03 0.8 0.39
Hex B2 14 29 0 59 4D 1E 160 50 27
Octal 262 24 51 0 131 115 36 540 120 47
Binary 10110010 10100 101001 0 1011001 1001101 11110 101100000 1010000 100111

Color Harmonies of #B21429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21429

Black with #B21429

Text Example


Text Example

White with #B21429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21429; }

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

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

background-color css

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

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

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

border-color css

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

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

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