Html Css Color HEX #B90C11 Venetian Red

📋 copy color: '#B90C11'

red 185 ◦ green 12 ◦ blue 17

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

Shades of Venetian Red #B90C11

Tints of Venetian Red #B90C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.61%

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

R = 86.45%
G = 5.61%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90C11 (or 0xB90C11) is known color: Venetian Red. HEX triplet: B9, 0C and 11. RGB value is (185,12,17). Sum of RGB (Red+Green+Blue) = 185+12+17=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C11 is #46F3EE. Grayscale: #404040. Windows color (decimal): -4649967 or 1117369. OLE color: 1117369.

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

Color convert

RGB 185 12 17 -
CMYK 0 0.94 0.91 0.27
HSL 358.27º 0.88% 0.39% -
HSV(B) 358.27º 0.94% 0.73% -
XYZ 20.24 10.62 1.51 -
YUV 64.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 185 12 17 0 0.94 0.91 0.27 358.27 0.88 0.39
Hex B9 C 11 0 5E 5B 1B 166 58 27
Octal 271 14 21 0 136 133 33 546 130 47
Binary 10111001 1100 10001 0 1011110 1011011 11011 101100110 1011000 100111

Color Harmonies of #B90C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C11

Black with #B90C11

Text Example


Text Example

White with #B90C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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