Html Css Color HEX #B21131 Cardinal

📋 copy color: '#B21131'

red 178 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #B21131

Tints of Cardinal #B21131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 72.95%
G = 6.97%
B = 20.08%

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

#B21131 (or 0xB21131) is known color: Cardinal. HEX triplet: B2, 11 and 31. RGB value is (178,17,49). Sum of RGB (Red+Green+Blue) = 178+17+49=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B21131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21131 is #4DEECE. Grayscale: #444444. Windows color (decimal): -5107407 or 3215794. OLE color: 3215794.

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

Color convert

RGB 178 17 49 -
CMYK 0 0.90 0.72 0.30
HSL 348.07º 0.83% 0.38% -
HSV(B) 348.07º 0.9% 0.7% -
XYZ 19.11 10.09 3.85 -
YUV 68.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 178 17 49 0 0.90 0.72 0.30 348.07 0.83 0.38
Hex B2 11 31 0 5A 48 1E 15C 53 26
Octal 262 21 61 0 132 110 36 534 123 46
Binary 10110010 10001 110001 0 1011010 1001000 11110 101011100 1010011 100110

Color Harmonies of #B21131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21131

Black with #B21131

Text Example


Text Example

White with #B21131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21131; }

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

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

background-color css

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

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

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

border-color css

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

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

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