Html Css Color HEX #B90009 Venetian Red

📋 copy color: '#B90009'

red 185 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #B90009

Tints of Venetian Red #B90009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 95.36%
G = 0%
B = 4.64%

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

#B90009 (or 0xB90009) is known color: Venetian Red. HEX triplet: B9, 00 and 09. RGB value is (185,0,9). Sum of RGB (Red+Green+Blue) = 185+0+9=194 (25% of max value = 765). Red value is 185 (72.66% from 255 or 95.36% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 185 - color contains mainly: red. Hex color #B90009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90009 is #46FFF6. Grayscale: #383838. Windows color (decimal): -4653047 or 590009. OLE color: 590009.

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

Color convert

RGB 185 0 9 -
CMYK 0 1 0.95 0.27
HSL 357.08º 1% 0.36% -
HSV(B) 357.08º 1% 0.73% -
XYZ 20.06 10.33 1.2 -
YUV 56.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 185 0 9 0 1 0.95 0.27 357.08 1 0.36
Hex B9 0 9 0 64 5F 1B 165 64 24
Octal 271 0 11 0 144 137 33 545 144 44
Binary 10111001 0 1001 0 1100100 1011111 11011 101100101 1100100 100100

Color Harmonies of #B90009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90009

Black with #B90009

Text Example


Text Example

White with #B90009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90009; }

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

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

background-color css

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

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

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

border-color css

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

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

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