Html Css Color HEX #B20937 Cardinal

📋 copy color: '#B20937'

red 178 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #B20937

Tints of Cardinal #B20937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

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

R = 73.55%
G = 3.72%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20937 (or 0xB20937) is known color: Cardinal. HEX triplet: B2, 09 and 37. RGB value is (178,9,55). Sum of RGB (Red+Green+Blue) = 178+9+55=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20937 is #4DF6C8. Grayscale: #404040. Windows color (decimal): -5109449 or 3606962. OLE color: 3606962.

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

Color convert

RGB 178 9 55 -
CMYK 0 0.95 0.69 0.30
HSL 343.67º 0.9% 0.37% -
HSV(B) 343.67º 0.95% 0.7% -
XYZ 19.15 9.94 4.52 -
YUV 64.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 178 9 55 0 0.95 0.69 0.30 343.67 0.9 0.37
Hex B2 9 37 0 5F 45 1E 158 5A 25
Octal 262 11 67 0 137 105 36 530 132 45
Binary 10110010 1001 110111 0 1011111 1000101 11110 101011000 1011010 100101

Color Harmonies of #B20937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20937

Black with #B20937

Text Example


Text Example

White with #B20937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20937; }

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

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

background-color css

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

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

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

border-color css

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

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

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