Html Css Color HEX #B7080F Venetian Red

📋 copy color: '#B7080F'

red 183 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #B7080F

Tints of Venetian Red #B7080F

RGB

 RED value IS 183 (71.88% from 255) = 88.83%

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

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

R = 88.83%
G = 3.88%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7080F (or 0xB7080F) is known color: Venetian Red. HEX triplet: B7, 08 and 0F. RGB value is (183,8,15). Sum of RGB (Red+Green+Blue) = 183+8+15=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B7080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7080F is #48F7F0. Grayscale: #3D3D3D. Windows color (decimal): -4782065 or 985271. OLE color: 985271.

HSL color Cylindrical-coordinate representation of color #B7080F: hue angle of 357.6º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 15 -
CMYK 0 0.96 0.92 0.28
HSL 357.6º 0.92% 0.37% -
HSV(B) 357.6º 0.96% 0.72% -
XYZ 19.7 10.28 1.4 -
YUV 61.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 183 8 15 0 0.96 0.92 0.28 357.6 0.92 0.37
Hex B7 8 F 0 60 5C 1C 166 5C 25
Octal 267 10 17 0 140 134 34 546 134 45
Binary 10110111 1000 1111 0 1100000 1011100 11100 101100110 1011100 100101

Color Harmonies of #B7080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7080F

Black with #B7080F

Text Example


Text Example

White with #B7080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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