Html Css Color HEX #B21337 Cardinal

📋 copy color: '#B21337'

red 178 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #B21337

Tints of Cardinal #B21337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 70.63%
G = 7.54%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B21337 (or 0xB21337) is known color: Cardinal. HEX triplet: B2, 13 and 37. RGB value is (178,19,55). Sum of RGB (Red+Green+Blue) = 178+19+55=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B21337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21337 is #4DECC8. Grayscale: #464646. Windows color (decimal): -5106889 or 3609522. OLE color: 3609522.

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

Color convert

RGB 178 19 55 -
CMYK 0 0.89 0.69 0.30
HSL 346.42º 0.81% 0.39% -
HSV(B) 346.42º 0.89% 0.7% -
XYZ 19.28 10.21 4.57 -
YUV 70.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 178 19 55 0 0.89 0.69 0.30 346.42 0.81 0.39
Hex B2 13 37 0 59 45 1E 15A 51 27
Octal 262 23 67 0 131 105 36 532 121 47
Binary 10110010 10011 110111 0 1011001 1000101 11110 101011010 1010001 100111

Color Harmonies of #B21337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21337

Black with #B21337

Text Example


Text Example

White with #B21337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21337; }

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

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

background-color css

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

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

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

border-color css

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

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

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