Html Css Color HEX #B2080F Venetian Red

📋 copy color: '#B2080F'

red 178 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #B2080F

Tints of Venetian Red #B2080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.46%

R = 88.56%
G = 3.98%
B = 7.46%

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

#B2080F (or 0xB2080F) is known color: Venetian Red. HEX triplet: B2, 08 and 0F. RGB value is (178,8,15). Sum of RGB (Red+Green+Blue) = 178+8+15=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080F is #4DF7F0. Grayscale: #3B3B3B. Windows color (decimal): -5109745 or 985266. OLE color: 985266.

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

Color convert

RGB 178 8 15 -
CMYK 0 0.96 0.92 0.30
HSL 357.53º 0.91% 0.36% -
HSV(B) 357.53º 0.96% 0.7% -
XYZ 18.53 9.67 1.34 -
YUV 59.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 178 8 15 0 0.96 0.92 0.30 357.53 0.91 0.36
Hex B2 8 F 0 60 5C 1E 166 5B 24
Octal 262 10 17 0 140 134 36 546 133 44
Binary 10110010 1000 1111 0 1100000 1011100 11110 101100110 1011011 100100

Color Harmonies of #B2080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2080F

Black with #B2080F

Text Example


Text Example

White with #B2080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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