Html Css Color HEX #B21837 Cardinal

📋 copy color: '#B21837'

red 178 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #B21837

Tints of Cardinal #B21837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 69.26%
G = 9.34%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B21837 (or 0xB21837) is known color: Cardinal. HEX triplet: B2, 18 and 37. RGB value is (178,24,55). Sum of RGB (Red+Green+Blue) = 178+24+55=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B21837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21837 is #4DE7C8. Grayscale: #494949. Windows color (decimal): -5105609 or 3610802. OLE color: 3610802.

HSL color Cylindrical-coordinate representation of color #B21837: hue angle of 347.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21837 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 55 -
CMYK 0 0.87 0.69 0.30
HSL 347.92º 0.76% 0.4% -
HSV(B) 347.92º 0.87% 0.7% -
XYZ 19.38 10.39 4.6 -
YUV 73.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 178 24 55 0 0.87 0.69 0.30 347.92 0.76 0.4
Hex B2 18 37 0 57 45 1E 15C 4C 28
Octal 262 30 67 0 127 105 36 534 114 50
Binary 10110010 11000 110111 0 1010111 1000101 11110 101011100 1001100 101000

Color Harmonies of #B21837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21837

Black with #B21837

Text Example


Text Example

White with #B21837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21837; }

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

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

background-color css

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

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

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

border-color css

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

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

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