Html Css Color HEX #B20611 Venetian Red

📋 copy color: '#B20611'

red 178 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #B20611

Tints of Venetian Red #B20611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

 BLUE value IS 17 (7.03% from 255) = 8.46%

R = 88.56%
G = 2.99%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20611 (or 0xB20611) is known color: Venetian Red. HEX triplet: B2, 06 and 11. RGB value is (178,6,17). Sum of RGB (Red+Green+Blue) = 178+6+17=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B20611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20611 is #4DF9EE. Grayscale: #3A3A3A. Windows color (decimal): -5110255 or 1115826. OLE color: 1115826.

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

Color convert

RGB 178 6 17 -
CMYK 0 0.97 0.90 0.30
HSL 356.16º 0.93% 0.36% -
HSV(B) 356.16º 0.97% 0.7% -
XYZ 18.53 9.64 1.41 -
YUV 58.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 178 6 17 0 0.97 0.90 0.30 356.16 0.93 0.36
Hex B2 6 11 0 61 5A 1E 164 5D 24
Octal 262 6 21 0 141 132 36 544 135 44
Binary 10110010 110 10001 0 1100001 1011010 11110 101100100 1011101 100100

Color Harmonies of #B20611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20611

Black with #B20611

Text Example


Text Example

White with #B20611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20611; }

 p { color: rgb(178,6,17); }

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

background-color css

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

 a { background-color: rgb(178,6,17); }

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

border-color css

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

 span { border-color: rgb(178,6,17); }

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