Html Css Color HEX #B20C10 Venetian Red

📋 copy color: '#B20C10'

red 178 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #B20C10

Tints of Venetian Red #B20C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.83%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 86.41%
G = 5.83%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B20C10 (or 0xB20C10) is known color: Venetian Red. HEX triplet: B2, 0C and 10. RGB value is (178,12,16). Sum of RGB (Red+Green+Blue) = 178+12+16=206 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.41% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C10 is #4DF3EF. Grayscale: #3E3E3E. Windows color (decimal): -5108720 or 1051826. OLE color: 1051826.

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

Color convert

RGB 178 12 16 -
CMYK 0 0.93 0.91 0.30
HSL 358.55º 0.87% 0.37% -
HSV(B) 358.55º 0.93% 0.7% -
XYZ 18.59 9.77 1.4 -
YUV 62.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 178 12 16 0 0.93 0.91 0.30 358.55 0.87 0.37
Hex B2 C 10 0 5D 5B 1E 167 57 25
Octal 262 14 20 0 135 133 36 547 127 45
Binary 10110010 1100 10000 0 1011101 1011011 11110 101100111 1010111 100101

Color Harmonies of #B20C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C10

Black with #B20C10

Text Example


Text Example

White with #B20C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C10; }

 p { color: rgb(178,12,16); }

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

background-color css

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

 a { background-color: rgb(178,12,16); }

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

border-color css

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

 span { border-color: rgb(178,12,16); }

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