Html Css Color HEX #B21037 Cardinal

📋 copy color: '#B21037'

red 178 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #B21037

Tints of Cardinal #B21037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 71.49%
G = 6.43%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B21037 (or 0xB21037) is known color: Cardinal. HEX triplet: B2, 10 and 37. RGB value is (178,16,55). Sum of RGB (Red+Green+Blue) = 178+16+55=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B21037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21037 is #4DEFC8. Grayscale: #444444. Windows color (decimal): -5107657 or 3608754. OLE color: 3608754.

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

Color convert

RGB 178 16 55 -
CMYK 0 0.91 0.69 0.30
HSL 345.56º 0.84% 0.38% -
HSV(B) 345.56º 0.91% 0.7% -
XYZ 19.23 10.11 4.55 -
YUV 68.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 178 16 55 0 0.91 0.69 0.30 345.56 0.84 0.38
Hex B2 10 37 0 5B 45 1E 15A 54 26
Octal 262 20 67 0 133 105 36 532 124 46
Binary 10110010 10000 110111 0 1011011 1000101 11110 101011010 1010100 100110

Color Harmonies of #B21037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21037

Black with #B21037

Text Example


Text Example

White with #B21037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21037; }

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

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

background-color css

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

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

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

border-color css

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

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

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