Html Css Color HEX #B9080C Venetian Red

📋 copy color: '#B9080C'

red 185 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #B9080C

Tints of Venetian Red #B9080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 90.24%
G = 3.9%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9080C (or 0xB9080C) is known color: Venetian Red. HEX triplet: B9, 08 and 0C. RGB value is (185,8,12). Sum of RGB (Red+Green+Blue) = 185+8+12=205 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.24% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 185 - color contains mainly: red. Hex color #B9080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9080C is #46F7F3. Grayscale: #3D3D3D. Windows color (decimal): -4650996 or 788665. OLE color: 788665.

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

Color convert

RGB 185 8 12 -
CMYK 0 0.96 0.94 0.27
HSL 358.64º 0.92% 0.38% -
HSV(B) 358.64º 0.96% 0.73% -
XYZ 20.16 10.51 1.31 -
YUV 61.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 185 8 12 0 0.96 0.94 0.27 358.64 0.92 0.38
Hex B9 8 C 0 60 5E 1B 167 5C 26
Octal 271 10 14 0 140 136 33 547 134 46
Binary 10111001 1000 1100 0 1100000 1011110 11011 101100111 1011100 100110

Color Harmonies of #B9080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9080C

Black with #B9080C

Text Example


Text Example

White with #B9080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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