Html Css Color HEX #B2060E Venetian Red

📋 copy color: '#B2060E'

red 178 ◦ green 6 ◦ blue 14

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

Shades of Venetian Red #B2060E

Tints of Venetian Red #B2060E

RGB

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

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

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

R = 89.9%
G = 3.03%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2060E (or 0xB2060E) is known color: Venetian Red. HEX triplet: B2, 06 and 0E. RGB value is (178,6,14). Sum of RGB (Red+Green+Blue) = 178+6+14=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B2060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2060E is #4DF9F1. Grayscale: #3A3A3A. Windows color (decimal): -5110258 or 919218. OLE color: 919218.

HSL color Cylindrical-coordinate representation of color #B2060E: hue angle of 357.21º 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 #B2060E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 14 -
CMYK 0 0.97 0.92 0.30
HSL 357.21º 0.93% 0.36% -
HSV(B) 357.21º 0.97% 0.7% -
XYZ 18.5 9.63 1.3 -
YUV 58.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 178 6 14 0 0.97 0.92 0.30 357.21 0.93 0.36
Hex B2 6 E 0 61 5C 1E 165 5D 24
Octal 262 6 16 0 141 134 36 545 135 44
Binary 10110010 110 1110 0 1100001 1011100 11110 101100101 1011101 100100

Color Harmonies of #B2060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2060E

Black with #B2060E

Text Example


Text Example

White with #B2060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2060E; }

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

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

background-color css

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

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

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

border-color css

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

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

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