Html Css Color HEX #B9090D Venetian Red

📋 copy color: '#B9090D'

red 185 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #B9090D

Tints of Venetian Red #B9090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 89.37%
G = 4.35%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9090D (or 0xB9090D) is known color: Venetian Red. HEX triplet: B9, 09 and 0D. RGB value is (185,9,13). Sum of RGB (Red+Green+Blue) = 185+9+13=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B9090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9090D is #46F6F2. Grayscale: #3E3E3E. Windows color (decimal): -4650739 or 854457. OLE color: 854457.

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

Color convert

RGB 185 9 13 -
CMYK 0 0.95 0.93 0.27
HSL 358.64º 0.91% 0.38% -
HSV(B) 358.64º 0.95% 0.73% -
XYZ 20.18 10.54 1.35 -
YUV 62.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 185 9 13 0 0.95 0.93 0.27 358.64 0.91 0.38
Hex B9 9 D 0 5F 5D 1B 167 5B 26
Octal 271 11 15 0 137 135 33 547 133 46
Binary 10111001 1001 1101 0 1011111 1011101 11011 101100111 1011011 100110

Color Harmonies of #B9090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9090D

Black with #B9090D

Text Example


Text Example

White with #B9090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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