Html Css Color HEX #B20217 Venetian Red

📋 copy color: '#B20217'

red 178 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #B20217

Tints of Venetian Red #B20217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 87.68%
G = 0.99%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B20217 (or 0xB20217) is known color: Venetian Red. HEX triplet: B2, 02 and 17. RGB value is (178,2,23). Sum of RGB (Red+Green+Blue) = 178+2+23=203 (26% of max value = 765). Red value is 178 (69.92% from 255 or 87.68% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 178 - color contains mainly: red. Hex color #B20217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20217 is #4DFDE8. Grayscale: #393939. Windows color (decimal): -5111273 or 1508018. OLE color: 1508018.

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

Color convert

RGB 178 2 23 -
CMYK 0 0.99 0.87 0.30
HSL 352.84º 0.98% 0.35% -
HSV(B) 352.84º 0.99% 0.7% -
XYZ 18.54 9.57 1.68 -
YUV 57.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 178 2 23 0 0.99 0.87 0.30 352.84 0.98 0.35
Hex B2 2 17 0 63 57 1E 161 62 23
Octal 262 2 27 0 143 127 36 541 142 43
Binary 10110010 10 10111 0 1100011 1010111 11110 101100001 1100010 100011

Color Harmonies of #B20217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20217

Black with #B20217

Text Example


Text Example

White with #B20217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20217; }

 p { color: rgb(178,2,23); }

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

background-color css

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

 a { background-color: rgb(178,2,23); }

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

border-color css

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

 span { border-color: rgb(178,2,23); }

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