Html Css Color HEX #B20D10 Venetian Red

📋 copy color: '#B20D10'

red 178 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #B20D10

Tints of Venetian Red #B20D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.28%

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

R = 85.99%
G = 6.28%
B = 7.73%

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

#B20D10 (or 0xB20D10) is known color: Venetian Red. HEX triplet: B2, 0D and 10. RGB value is (178,13,16). Sum of RGB (Red+Green+Blue) = 178+13+16=207 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.99% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D10 is #4DF2EF. Grayscale: #3E3E3E. Windows color (decimal): -5108464 or 1052082. OLE color: 1052082.

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

Color convert

RGB 178 13 16 -
CMYK 0 0.93 0.91 0.30
HSL 358.91º 0.86% 0.37% -
HSV(B) 358.91º 0.93% 0.7% -
XYZ 18.6 9.79 1.4 -
YUV 62.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 178 13 16 0 0.93 0.91 0.30 358.91 0.86 0.37
Hex B2 D 10 0 5D 5B 1E 167 56 25
Octal 262 15 20 0 135 133 36 547 126 45
Binary 10110010 1101 10000 0 1011101 1011011 11110 101100111 1010110 100101

Color Harmonies of #B20D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D10

Black with #B20D10

Text Example


Text Example

White with #B20D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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