Html Css Color HEX #B20737 Cardinal

📋 copy color: '#B20737'

red 178 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #B20737

Tints of Cardinal #B20737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 74.17%
G = 2.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20737 (or 0xB20737) is known color: Cardinal. HEX triplet: B2, 07 and 37. RGB value is (178,7,55). Sum of RGB (Red+Green+Blue) = 178+7+55=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B20737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20737 is #4DF8C8. Grayscale: #3F3F3F. Windows color (decimal): -5109961 or 3606450. OLE color: 3606450.

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

Color convert

RGB 178 7 55 -
CMYK 0 0.96 0.69 0.30
HSL 343.16º 0.92% 0.36% -
HSV(B) 343.16º 0.96% 0.7% -
XYZ 19.13 9.89 4.52 -
YUV 63.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 178 7 55 0 0.96 0.69 0.30 343.16 0.92 0.36
Hex B2 7 37 0 60 45 1E 157 5C 24
Octal 262 7 67 0 140 105 36 527 134 44
Binary 10110010 111 110111 0 1100000 1000101 11110 101010111 1011100 100100

Color Harmonies of #B20737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20737

Black with #B20737

Text Example


Text Example

White with #B20737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20737; }

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

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

background-color css

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

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

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

border-color css

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

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

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