Html Css Color HEX #B21132 Cardinal

📋 copy color: '#B21132'

red 178 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #B21132

Tints of Cardinal #B21132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 72.65%
G = 6.94%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B21132 (or 0xB21132) is known color: Cardinal. HEX triplet: B2, 11 and 32. RGB value is (178,17,50). Sum of RGB (Red+Green+Blue) = 178+17+50=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B21132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21132 is #4DEECD. Grayscale: #444444. Windows color (decimal): -5107406 or 3281330. OLE color: 3281330.

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

Color convert

RGB 178 17 50 -
CMYK 0 0.90 0.72 0.30
HSL 347.7º 0.83% 0.38% -
HSV(B) 347.7º 0.9% 0.7% -
XYZ 19.14 10.1 3.96 -
YUV 68.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 178 17 50 0 0.90 0.72 0.30 347.7 0.83 0.38
Hex B2 11 32 0 5A 48 1E 15C 53 26
Octal 262 21 62 0 132 110 36 534 123 46
Binary 10110010 10001 110010 0 1011010 1001000 11110 101011100 1010011 100110

Color Harmonies of #B21132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21132

Black with #B21132

Text Example


Text Example

White with #B21132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21132; }

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

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

background-color css

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

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

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

border-color css

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

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

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