Html Css Color HEX #B21137 Cardinal

📋 copy color: '#B21137'

red 178 ◦ green 17 ◦ blue 55

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

Shades of Cardinal #B21137

Tints of Cardinal #B21137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22%

R = 71.2%
G = 6.8%
B = 22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B21137 (or 0xB21137) is known color: Cardinal. HEX triplet: B2, 11 and 37. RGB value is (178,17,55). Sum of RGB (Red+Green+Blue) = 178+17+55=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B21137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21137 is #4DEEC8. Grayscale: #454545. Windows color (decimal): -5107401 or 3609010. OLE color: 3609010.

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

Color convert

RGB 178 17 55 -
CMYK 0 0.90 0.69 0.30
HSL 345.84º 0.83% 0.38% -
HSV(B) 345.84º 0.9% 0.7% -
XYZ 19.25 10.14 4.56 -
YUV 69.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 178 17 55 0 0.90 0.69 0.30 345.84 0.83 0.38
Hex B2 11 37 0 5A 45 1E 15A 53 26
Octal 262 21 67 0 132 105 36 532 123 46
Binary 10110010 10001 110111 0 1011010 1000101 11110 101011010 1010011 100110

Color Harmonies of #B21137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21137

Black with #B21137

Text Example


Text Example

White with #B21137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21137; }

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

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

background-color css

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

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

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

border-color css

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

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

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