Html Css Color HEX #B21629 Cardinal

📋 copy color: '#B21629'

red 178 ◦ green 22 ◦ blue 41

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

Shades of Cardinal #B21629

Tints of Cardinal #B21629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 73.86%
G = 9.13%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B21629 (or 0xB21629) is known color: Cardinal. HEX triplet: B2, 16 and 29. RGB value is (178,22,41). Sum of RGB (Red+Green+Blue) = 178+22+41=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B21629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21629 is #4DE9D6. Grayscale: #464646. Windows color (decimal): -5106135 or 2692786. OLE color: 2692786.

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

Color convert

RGB 178 22 41 -
CMYK 0 0.88 0.77 0.30
HSL 352.69º 0.78% 0.39% -
HSV(B) 352.69º 0.88% 0.7% -
XYZ 19.05 10.2 3.06 -
YUV 70.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 178 22 41 0 0.88 0.77 0.30 352.69 0.78 0.39
Hex B2 16 29 0 58 4D 1E 161 4E 27
Octal 262 26 51 0 130 115 36 541 116 47
Binary 10110010 10110 101001 0 1011000 1001101 11110 101100001 1001110 100111

Color Harmonies of #B21629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21629

Black with #B21629

Text Example


Text Example

White with #B21629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21629; }

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

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

background-color css

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

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

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

border-color css

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

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

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