Html Css Color HEX #B20A0E Venetian Red

📋 copy color: '#B20A0E'

red 178 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #B20A0E

Tints of Venetian Red #B20A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.95%

 BLUE value IS 14 (5.86% from 255) = 6.93%

R = 88.12%
G = 4.95%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B20A0E (or 0xB20A0E) is known color: Venetian Red. HEX triplet: B2, 0A and 0E. RGB value is (178,10,14). Sum of RGB (Red+Green+Blue) = 178+10+14=202 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.12% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20A0E is #4DF5F1. Grayscale: #3C3C3C. Windows color (decimal): -5109234 or 920242. OLE color: 920242.

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

Color convert

RGB 178 10 14 -
CMYK 0 0.94 0.92 0.30
HSL 358.57º 0.89% 0.37% -
HSV(B) 358.57º 0.94% 0.7% -
XYZ 18.55 9.71 1.31 -
YUV 60.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 178 10 14 0 0.94 0.92 0.30 358.57 0.89 0.37
Hex B2 A E 0 5E 5C 1E 167 59 25
Octal 262 12 16 0 136 134 36 547 131 45
Binary 10110010 1010 1110 0 1011110 1011100 11110 101100111 1011001 100101

Color Harmonies of #B20A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A0E

Black with #B20A0E

Text Example


Text Example

White with #B20A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A0E; }

 p { color: rgb(178,10,14); }

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

background-color css

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

 a { background-color: rgb(178,10,14); }

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

border-color css

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

 span { border-color: rgb(178,10,14); }

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