Html Css Color HEX #B2080D Venetian Red

📋 copy color: '#B2080D'

red 178 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #B2080D

Tints of Venetian Red #B2080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 89.45%
G = 4.02%
B = 6.53%

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

#B2080D (or 0xB2080D) is known color: Venetian Red. HEX triplet: B2, 08 and 0D. RGB value is (178,8,13). Sum of RGB (Red+Green+Blue) = 178+8+13=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080D is #4DF7F2. Grayscale: #3B3B3B. Windows color (decimal): -5109747 or 854194. OLE color: 854194.

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

Color convert

RGB 178 8 13 -
CMYK 0 0.96 0.93 0.30
HSL 358.24º 0.91% 0.36% -
HSV(B) 358.24º 0.96% 0.7% -
XYZ 18.52 9.67 1.27 -
YUV 59.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 178 8 13 0 0.96 0.93 0.30 358.24 0.91 0.36
Hex B2 8 D 0 60 5D 1E 166 5B 24
Octal 262 10 15 0 140 135 36 546 133 44
Binary 10110010 1000 1101 0 1100000 1011101 11110 101100110 1011011 100100

Color Harmonies of #B2080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2080D

Black with #B2080D

Text Example


Text Example

White with #B2080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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