Html Css Color HEX #B8080E Venetian Red

📋 copy color: '#B8080E'

red 184 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #B8080E

Tints of Venetian Red #B8080E

RGB

 RED value IS 184 (72.27% from 255) = 89.32%

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

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

R = 89.32%
G = 3.88%
B = 6.8%

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

#B8080E (or 0xB8080E) is known color: Venetian Red. HEX triplet: B8, 08 and 0E. RGB value is (184,8,14). Sum of RGB (Red+Green+Blue) = 184+8+14=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B8080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8080E is #47F7F1. Grayscale: #3D3D3D. Windows color (decimal): -4716530 or 919736. OLE color: 919736.

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

Color convert

RGB 184 8 14 -
CMYK 0 0.96 0.92 0.28
HSL 357.95º 0.92% 0.38% -
HSV(B) 357.95º 0.96% 0.72% -
XYZ 19.93 10.4 1.37 -
YUV 61.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 184 8 14 0 0.96 0.92 0.28 357.95 0.92 0.38
Hex B8 8 E 0 60 5C 1C 166 5C 26
Octal 270 10 16 0 140 134 34 546 134 46
Binary 10111000 1000 1110 0 1100000 1011100 11100 101100110 1011100 100110

Color Harmonies of #B8080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8080E

Black with #B8080E

Text Example


Text Example

White with #B8080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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