Html Css Color HEX #B20117 Venetian Red

📋 copy color: '#B20117'

red 178 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #B20117

Tints of Venetian Red #B20117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 88.12%
G = 0.5%
B = 11.39%

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

#B20117 (or 0xB20117) is known color: Venetian Red. HEX triplet: B2, 01 and 17. RGB value is (178,1,23). Sum of RGB (Red+Green+Blue) = 178+1+23=202 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.12% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 178 - color contains mainly: red. Hex color #B20117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20117 is #4DFEE8. Grayscale: #383838. Windows color (decimal): -5111529 or 1507762. OLE color: 1507762.

HSL color Cylindrical-coordinate representation of color #B20117: hue angle of 352.54º degrees, saturation: 0.99, 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 #B20117 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 23 -
CMYK 0 0.99 0.87 0.30
HSL 352.54º 0.99% 0.35% -
HSV(B) 352.54º 0.99% 0.7% -
XYZ 18.53 9.55 1.68 -
YUV 56.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 178 1 23 0 0.99 0.87 0.30 352.54 0.99 0.35
Hex B2 1 17 0 63 57 1E 161 63 23
Octal 262 1 27 0 143 127 36 541 143 43
Binary 10110010 1 10111 0 1100011 1010111 11110 101100001 1100011 100011

Color Harmonies of #B20117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20117

Black with #B20117

Text Example


Text Example

White with #B20117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20117; }

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

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

background-color css

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

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

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

border-color css

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

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

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