Html Css Color HEX #B21129 Cardinal

📋 copy color: '#B21129'

red 178 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #B21129

Tints of Cardinal #B21129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

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

R = 75.42%
G = 7.2%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B21129 (or 0xB21129) is known color: Cardinal. HEX triplet: B2, 11 and 29. RGB value is (178,17,41). Sum of RGB (Red+Green+Blue) = 178+17+41=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B21129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21129 is #4DEED6. Grayscale: #434343. Windows color (decimal): -5107415 or 2691506. OLE color: 2691506.

HSL color Cylindrical-coordinate representation of color #B21129: hue angle of 351.06º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21129 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 41 -
CMYK 0 0.90 0.77 0.30
HSL 351.06º 0.83% 0.38% -
HSV(B) 351.06º 0.9% 0.7% -
XYZ 18.96 10.03 3.03 -
YUV 67.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 178 17 41 0 0.90 0.77 0.30 351.06 0.83 0.38
Hex B2 11 29 0 5A 4D 1E 15F 53 26
Octal 262 21 51 0 132 115 36 537 123 46
Binary 10110010 10001 101001 0 1011010 1001101 11110 101011111 1010011 100110

Color Harmonies of #B21129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21129

Black with #B21129

Text Example


Text Example

White with #B21129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21129; }

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

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

background-color css

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

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

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

border-color css

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

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

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