Html Css Color HEX #B90011 Venetian Red

📋 copy color: '#B90011'

red 185 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #B90011

Tints of Venetian Red #B90011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 91.58%
G = 0%
B = 8.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90011 (or 0xB90011) is known color: Venetian Red. HEX triplet: B9, 00 and 11. RGB value is (185,0,17). Sum of RGB (Red+Green+Blue) = 185+0+17=202 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.58% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 185 - color contains mainly: red. Hex color #B90011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90011 is #46FFEE. Grayscale: #393939. Windows color (decimal): -4653039 or 1114297. OLE color: 1114297.

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

Color convert

RGB 185 0 17 -
CMYK 0 1 0.91 0.27
HSL 354.49º 1% 0.36% -
HSV(B) 354.49º 1% 0.73% -
XYZ 20.11 10.35 1.47 -
YUV 57.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 185 0 17 0 1 0.91 0.27 354.49 1 0.36
Hex B9 0 11 0 64 5B 1B 162 64 24
Octal 271 0 21 0 144 133 33 542 144 44
Binary 10111001 0 10001 0 1100100 1011011 11011 101100010 1100100 100100

Color Harmonies of #B90011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90011

Black with #B90011

Text Example


Text Example

White with #B90011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90011; }

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

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

background-color css

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

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

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

border-color css

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

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

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