Html Css Color HEX #B20F13 Venetian Red

📋 copy color: '#B20F13'

red 178 ◦ green 15 ◦ blue 19

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

Shades of Venetian Red #B20F13

Tints of Venetian Red #B20F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 83.96%
G = 7.08%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B20F13 (or 0xB20F13) is known color: Venetian Red. HEX triplet: B2, 0F and 13. RGB value is (178,15,19). Sum of RGB (Red+Green+Blue) = 178+15+19=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20F13 is #4DF0EC. Grayscale: #404040. Windows color (decimal): -5107949 or 1249202. OLE color: 1249202.

HSL color Cylindrical-coordinate representation of color #B20F13: hue angle of 358.53º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F13 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 15 19 -
CMYK 0 0.92 0.89 0.30
HSL 358.53º 0.84% 0.38% -
HSV(B) 358.53º 0.92% 0.7% -
XYZ 18.65 9.85 1.54 -
YUV 64.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 178 15 19 0 0.92 0.89 0.30 358.53 0.84 0.38
Hex B2 F 13 0 5C 59 1E 167 54 26
Octal 262 17 23 0 134 131 36 547 124 46
Binary 10110010 1111 10011 0 1011100 1011001 11110 101100111 1010100 100110

Color Harmonies of #B20F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F13

Black with #B20F13

Text Example


Text Example

White with #B20F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F13; }

 p { color: rgb(178,15,19); }

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

background-color css

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

 a { background-color: rgb(178,15,19); }

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

border-color css

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

 span { border-color: rgb(178,15,19); }

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