Html Css Color HEX #B90B18 Venetian Red

📋 copy color: '#B90B18'

red 185 ◦ green 11 ◦ blue 24

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

Shades of Venetian Red #B90B18

Tints of Venetian Red #B90B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 84.09%
G = 5%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B90B18 (or 0xB90B18) is known color: Venetian Red. HEX triplet: B9, 0B and 18. RGB value is (185,11,24). Sum of RGB (Red+Green+Blue) = 185+11+24=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90B18 is #46F4E7. Grayscale: #404040. Windows color (decimal): -4650216 or 1575865. OLE color: 1575865.

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

Color convert

RGB 185 11 24 -
CMYK 0 0.94 0.87 0.27
HSL 355.52º 0.89% 0.38% -
HSV(B) 355.52º 0.94% 0.73% -
XYZ 20.29 10.62 1.84 -
YUV 64.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 185 11 24 0 0.94 0.87 0.27 355.52 0.89 0.38
Hex B9 B 18 0 5E 57 1B 164 59 26
Octal 271 13 30 0 136 127 33 544 131 46
Binary 10111001 1011 11000 0 1011110 1010111 11011 101100100 1011001 100110

Color Harmonies of #B90B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B18

Black with #B90B18

Text Example


Text Example

White with #B90B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B18; }

 p { color: rgb(185,11,24); }

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

background-color css

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

 a { background-color: rgb(185,11,24); }

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

border-color css

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

 span { border-color: rgb(185,11,24); }

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