Html Css Color HEX #B90111 Venetian Red

📋 copy color: '#B90111'

red 185 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #B90111

Tints of Venetian Red #B90111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 91.13%
G = 0.49%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90111 (or 0xB90111) is known color: Venetian Red. HEX triplet: B9, 01 and 11. RGB value is (185,1,17). Sum of RGB (Red+Green+Blue) = 185+1+17=203 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.13% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 185 - color contains mainly: red. Hex color #B90111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90111 is #46FEEE. Grayscale: #393939. Windows color (decimal): -4652783 or 1114553. OLE color: 1114553.

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

Color convert

RGB 185 1 17 -
CMYK 0 0.99 0.91 0.27
HSL 354.78º 0.99% 0.36% -
HSV(B) 354.78º 0.99% 0.73% -
XYZ 20.12 10.38 1.47 -
YUV 57.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 185 1 17 0 0.99 0.91 0.27 354.78 0.99 0.36
Hex B9 1 11 0 63 5B 1B 163 63 24
Octal 271 1 21 0 143 133 33 543 143 44
Binary 10111001 1 10001 0 1100011 1011011 11011 101100011 1100011 100100

Color Harmonies of #B90111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90111

Black with #B90111

Text Example


Text Example

White with #B90111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90111; }

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

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

background-color css

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

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

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

border-color css

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

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

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