Html Css Color HEX #B21136 Cardinal

📋 copy color: '#B21136'

red 178 ◦ green 17 ◦ blue 54

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

Shades of Cardinal #B21136

Tints of Cardinal #B21136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 71.49%
G = 6.83%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B21136 (or 0xB21136) is known color: Cardinal. HEX triplet: B2, 11 and 36. RGB value is (178,17,54). Sum of RGB (Red+Green+Blue) = 178+17+54=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B21136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21136 is #4DEEC9. Grayscale: #454545. Windows color (decimal): -5107402 or 3543474. OLE color: 3543474.

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

Color convert

RGB 178 17 54 -
CMYK 0 0.90 0.70 0.30
HSL 346.21º 0.83% 0.38% -
HSV(B) 346.21º 0.9% 0.7% -
XYZ 19.23 10.13 4.43 -
YUV 69.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 178 17 54 0 0.90 0.70 0.30 346.21 0.83 0.38
Hex B2 11 36 0 5A 46 1E 15A 53 26
Octal 262 21 66 0 132 106 36 532 123 46
Binary 10110010 10001 110110 0 1011010 1000110 11110 101011010 1010011 100110

Color Harmonies of #B21136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21136

Black with #B21136

Text Example


Text Example

White with #B21136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21136; }

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

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

background-color css

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

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

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

border-color css

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

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

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