Html Css Color HEX #B2080E Venetian Red

📋 copy color: '#B2080E'

red 178 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #B2080E

Tints of Venetian Red #B2080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 89%
G = 4%
B = 7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2080E (or 0xB2080E) is known color: Venetian Red. HEX triplet: B2, 08 and 0E. RGB value is (178,8,14). Sum of RGB (Red+Green+Blue) = 178+8+14=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080E is #4DF7F1. Grayscale: #3B3B3B. Windows color (decimal): -5109746 or 919730. OLE color: 919730.

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

Color convert

RGB 178 8 14 -
CMYK 0 0.96 0.92 0.30
HSL 357.88º 0.91% 0.36% -
HSV(B) 357.88º 0.96% 0.7% -
XYZ 18.53 9.67 1.31 -
YUV 59.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 178 8 14 0 0.96 0.92 0.30 357.88 0.91 0.36
Hex B2 8 E 0 60 5C 1E 166 5B 24
Octal 262 10 16 0 140 134 36 546 133 44
Binary 10110010 1000 1110 0 1100000 1011100 11110 101100110 1011011 100100

Color Harmonies of #B2080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2080E

Black with #B2080E

Text Example


Text Example

White with #B2080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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