Html Css Color HEX #B9000E Venetian Red

📋 copy color: '#B9000E'

red 185 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #B9000E

Tints of Venetian Red #B9000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 92.96%
G = 0%
B = 7.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9000E (or 0xB9000E) is known color: Venetian Red. HEX triplet: B9, 00 and 0E. RGB value is (185,0,14). Sum of RGB (Red+Green+Blue) = 185+0+14=199 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.96% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 185 - color contains mainly: red. Hex color #B9000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9000E is #46FFF1. Grayscale: #393939. Windows color (decimal): -4653042 or 917689. OLE color: 917689.

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

Color convert

RGB 185 0 14 -
CMYK 0 1 0.92 0.27
HSL 355.46º 1% 0.36% -
HSV(B) 355.46º 1% 0.73% -
XYZ 20.09 10.35 1.35 -
YUV 56.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 185 0 14 0 1 0.92 0.27 355.46 1 0.36
Hex B9 0 E 0 64 5C 1B 163 64 24
Octal 271 0 16 0 144 134 33 543 144 44
Binary 10111001 0 1110 0 1100100 1011100 11011 101100011 1100100 100100

Color Harmonies of #B9000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9000E

Black with #B9000E

Text Example


Text Example

White with #B9000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9000E; }

 p { color: rgb(185,0,14); }

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

background-color css

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

 a { background-color: rgb(185,0,14); }

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

border-color css

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

 span { border-color: rgb(185,0,14); }

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