Html Css Color HEX #B90711 Venetian Red

📋 copy color: '#B90711'

red 185 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #B90711

Tints of Venetian Red #B90711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 88.52%
G = 3.35%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90711 (or 0xB90711) is known color: Venetian Red. HEX triplet: B9, 07 and 11. RGB value is (185,7,17). Sum of RGB (Red+Green+Blue) = 185+7+17=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90711 is #46F8EE. Grayscale: #3D3D3D. Windows color (decimal): -4651247 or 1116089. OLE color: 1116089.

HSL color Cylindrical-coordinate representation of color #B90711: hue angle of 356.63º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90711 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 17 -
CMYK 0 0.96 0.91 0.27
HSL 356.63º 0.93% 0.38% -
HSV(B) 356.63º 0.96% 0.73% -
XYZ 20.18 10.51 1.49 -
YUV 61.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 185 7 17 0 0.96 0.91 0.27 356.63 0.93 0.38
Hex B9 7 11 0 60 5B 1B 165 5D 26
Octal 271 7 21 0 140 133 33 545 135 46
Binary 10111001 111 10001 0 1100000 1011011 11011 101100101 1011101 100110

Color Harmonies of #B90711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90711

Black with #B90711

Text Example


Text Example

White with #B90711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90711; }

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

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

background-color css

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

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

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

border-color css

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

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

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