Html Css Color HEX #B90509 Venetian Red

📋 copy color: '#B90509'

red 185 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #B90509

Tints of Venetian Red #B90509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

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

R = 92.96%
G = 2.51%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B90509 (or 0xB90509) is known color: Venetian Red. HEX triplet: B9, 05 and 09. RGB value is (185,5,9). Sum of RGB (Red+Green+Blue) = 185+5+9=199 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.96% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 185 - color contains mainly: red. Hex color #B90509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90509 is #46FAF6. Grayscale: #3B3B3B. Windows color (decimal): -4651767 or 591289. OLE color: 591289.

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

Color convert

RGB 185 5 9 -
CMYK 0 0.97 0.95 0.27
HSL 358.67º 0.95% 0.37% -
HSV(B) 358.67º 0.97% 0.73% -
XYZ 20.11 10.44 1.21 -
YUV 59.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 185 5 9 0 0.97 0.95 0.27 358.67 0.95 0.37
Hex B9 5 9 0 61 5F 1B 167 5F 25
Octal 271 5 11 0 141 137 33 547 137 45
Binary 10111001 101 1001 0 1100001 1011111 11011 101100111 1011111 100101

Color Harmonies of #B90509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90509

Black with #B90509

Text Example


Text Example

White with #B90509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90509; }

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

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

background-color css

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

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

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

border-color css

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

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

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