Html Css Color HEX #B9080D Venetian Red

📋 copy color: '#B9080D'

red 185 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #B9080D

Tints of Venetian Red #B9080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 89.81%
G = 3.88%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9080D (or 0xB9080D) is known color: Venetian Red. HEX triplet: B9, 08 and 0D. RGB value is (185,8,13). Sum of RGB (Red+Green+Blue) = 185+8+13=206 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.81% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 185 - color contains mainly: red. Hex color #B9080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9080D is #46F7F2. Grayscale: #3D3D3D. Windows color (decimal): -4650995 or 854201. OLE color: 854201.

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

Color convert

RGB 185 8 13 -
CMYK 0 0.96 0.93 0.27
HSL 358.31º 0.92% 0.38% -
HSV(B) 358.31º 0.96% 0.73% -
XYZ 20.17 10.52 1.35 -
YUV 61.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 185 8 13 0 0.96 0.93 0.27 358.31 0.92 0.38
Hex B9 8 D 0 60 5D 1B 166 5C 26
Octal 271 10 15 0 140 135 33 546 134 46
Binary 10111001 1000 1101 0 1100000 1011101 11011 101100110 1011100 100110

Color Harmonies of #B9080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9080D

Black with #B9080D

Text Example


Text Example

White with #B9080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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