Html Css Color HEX #B9000A Venetian Red

📋 copy color: '#B9000A'

red 185 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #B9000A

Tints of Venetian Red #B9000A

RGB

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

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

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

R = 94.87%
G = 0%
B = 5.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9000A (or 0xB9000A) is known color: Venetian Red. HEX triplet: B9, 00 and 0A. RGB value is (185,0,10). Sum of RGB (Red+Green+Blue) = 185+0+10=195 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.87% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 185 - color contains mainly: red. Hex color #B9000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9000A is #46FFF5. Grayscale: #383838. Windows color (decimal): -4653046 or 655545. OLE color: 655545.

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

Color convert

RGB 185 0 10 -
CMYK 0 1 0.95 0.27
HSL 356.76º 1% 0.36% -
HSV(B) 356.76º 1% 0.73% -
XYZ 20.06 10.34 1.22 -
YUV 56.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 185 0 10 0 1 0.95 0.27 356.76 1 0.36
Hex B9 0 A 0 64 5F 1B 165 64 24
Octal 271 0 12 0 144 137 33 545 144 44
Binary 10111001 0 1010 0 1100100 1011111 11011 101100101 1100100 100100

Color Harmonies of #B9000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9000A

Black with #B9000A

Text Example


Text Example

White with #B9000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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