Html Css Color HEX #B21A29 Cardinal

📋 copy color: '#B21A29'

red 178 ◦ green 26 ◦ blue 41

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

Shades of Cardinal #B21A29

Tints of Cardinal #B21A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

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

R = 72.65%
G = 10.61%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B21A29 (or 0xB21A29) is known color: Cardinal. HEX triplet: B2, 1A and 29. RGB value is (178,26,41). Sum of RGB (Red+Green+Blue) = 178+26+41=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A29 is #4DE5D6. Grayscale: #494949. Windows color (decimal): -5105111 or 2693810. OLE color: 2693810.

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

Color convert

RGB 178 26 41 -
CMYK 0 0.85 0.77 0.30
HSL 354.08º 0.75% 0.4% -
HSV(B) 354.08º 0.85% 0.7% -
XYZ 19.13 10.36 3.09 -
YUV 73.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 178 26 41 0 0.85 0.77 0.30 354.08 0.75 0.4
Hex B2 1A 29 0 55 4D 1E 162 4B 28
Octal 262 32 51 0 125 115 36 542 113 50
Binary 10110010 11010 101001 0 1010101 1001101 11110 101100010 1001011 101000

Color Harmonies of #B21A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A29

Black with #B21A29

Text Example


Text Example

White with #B21A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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