Html Css Color HEX #B90120 Venetian Red

📋 copy color: '#B90120'

red 185 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #B90120

Tints of Venetian Red #B90120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 84.86%
G = 0.46%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B90120 (or 0xB90120) is known color: Venetian Red. HEX triplet: B9, 01 and 20. RGB value is (185,1,32). Sum of RGB (Red+Green+Blue) = 185+1+32=218 (28% of max value = 765). Red value is 185 (72.66% from 255 or 84.86% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 185 - color contains mainly: red. Hex color #B90120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90120 is #46FEDF. Grayscale: #3B3B3B. Windows color (decimal): -4652768 or 2097593. OLE color: 2097593.

HSL color Cylindrical-coordinate representation of color #B90120: hue angle of 349.89º 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 #B90120 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 32 -
CMYK 0 0.99 0.83 0.27
HSL 349.89º 0.99% 0.36% -
HSV(B) 349.89º 0.99% 0.73% -
XYZ 20.28 10.44 2.31 -
YUV 59.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 185 1 32 0 0.99 0.83 0.27 349.89 0.99 0.36
Hex B9 1 20 0 63 53 1B 15E 63 24
Octal 271 1 40 0 143 123 33 536 143 44
Binary 10111001 1 100000 0 1100011 1010011 11011 101011110 1100011 100100

Color Harmonies of #B90120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90120

Black with #B90120

Text Example


Text Example

White with #B90120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90120; }

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

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

background-color css

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

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

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

border-color css

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

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

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