Html Css Color HEX #B2080C Venetian Red

📋 copy color: '#B2080C'

red 178 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #B2080C

Tints of Venetian Red #B2080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 89.9%
G = 4.04%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2080C (or 0xB2080C) is known color: Venetian Red. HEX triplet: B2, 08 and 0C. RGB value is (178,8,12). Sum of RGB (Red+Green+Blue) = 178+8+12=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080C is #4DF7F3. Grayscale: #3B3B3B. Windows color (decimal): -5109748 or 788658. OLE color: 788658.

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

Color convert

RGB 178 8 12 -
CMYK 0 0.96 0.93 0.30
HSL 358.59º 0.91% 0.36% -
HSV(B) 358.59º 0.96% 0.7% -
XYZ 18.51 9.67 1.24 -
YUV 59.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 178 8 12 0 0.96 0.93 0.30 358.59 0.91 0.36
Hex B2 8 C 0 60 5D 1E 167 5B 24
Octal 262 10 14 0 140 135 36 547 133 44
Binary 10110010 1000 1100 0 1100000 1011101 11110 101100111 1011011 100100

Color Harmonies of #B2080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2080C

Black with #B2080C

Text Example


Text Example

White with #B2080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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