Html Css Color HEX #B9080A Venetian Red

📋 copy color: '#B9080A'

red 185 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #B9080A

Tints of Venetian Red #B9080A

RGB

 RED value IS 185 (72.66% from 255) = 91.13%

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

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

R = 91.13%
G = 3.94%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9080A (or 0xB9080A) is known color: Venetian Red. HEX triplet: B9, 08 and 0A. RGB value is (185,8,10). Sum of RGB (Red+Green+Blue) = 185+8+10=203 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.13% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 185 - color contains mainly: red. Hex color #B9080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9080A is #46F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4650998 or 657593. OLE color: 657593.

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

Color convert

RGB 185 8 10 -
CMYK 0 0.96 0.95 0.27
HSL 359.32º 0.92% 0.38% -
HSV(B) 359.32º 0.96% 0.73% -
XYZ 20.15 10.51 1.25 -
YUV 61.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 185 8 10 0 0.96 0.95 0.27 359.32 0.92 0.38
Hex B9 8 A 0 60 5F 1B 167 5C 26
Octal 271 10 12 0 140 137 33 547 134 46
Binary 10111001 1000 1010 0 1100000 1011111 11011 101100111 1011100 100110

Color Harmonies of #B9080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9080A

Black with #B9080A

Text Example


Text Example

White with #B9080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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