Html Css Color HEX #B8080A Venetian Red

📋 copy color: '#B8080A'

red 184 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #B8080A

Tints of Venetian Red #B8080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 91.09%
G = 3.96%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8080A (or 0xB8080A) is known color: Venetian Red. HEX triplet: B8, 08 and 0A. RGB value is (184,8,10). Sum of RGB (Red+Green+Blue) = 184+8+10=202 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.09% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 184 - color contains mainly: red. Hex color #B8080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8080A is #47F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4716534 or 657592. OLE color: 657592.

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

Color convert

RGB 184 8 10 -
CMYK 0 0.96 0.95 0.28
HSL 359.32º 0.92% 0.38% -
HSV(B) 359.32º 0.96% 0.72% -
XYZ 19.91 10.39 1.24 -
YUV 60.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 184 8 10 0 0.96 0.95 0.28 359.32 0.92 0.38
Hex B8 8 A 0 60 5F 1C 167 5C 26
Octal 270 10 12 0 140 137 34 547 134 46
Binary 10111000 1000 1010 0 1100000 1011111 11100 101100111 1011100 100110

Color Harmonies of #B8080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8080A

Black with #B8080A

Text Example


Text Example

White with #B8080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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