Html Css Color HEX #B90520 Venetian Red

📋 copy color: '#B90520'

red 185 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B90520

Tints of Venetian Red #B90520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 83.33%
G = 2.25%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B90520 (or 0xB90520) is known color: Venetian Red. HEX triplet: B9, 05 and 20. RGB value is (185,5,32). Sum of RGB (Red+Green+Blue) = 185+5+32=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90520 is #46FADF. Grayscale: #3D3D3D. Windows color (decimal): -4651744 or 2098617. OLE color: 2098617.

HSL color Cylindrical-coordinate representation of color #B90520: hue angle of 351º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 32 -
CMYK 0 0.97 0.83 0.27
HSL 351º 0.95% 0.37% -
HSV(B) 351º 0.97% 0.73% -
XYZ 20.32 10.53 2.33 -
YUV 61.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 185 5 32 0 0.97 0.83 0.27 351 0.95 0.37
Hex B9 5 20 0 61 53 1B 15F 5F 25
Octal 271 5 40 0 141 123 33 537 137 45
Binary 10111001 101 100000 0 1100001 1010011 11011 101011111 1011111 100101

Color Harmonies of #B90520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90520

Black with #B90520

Text Example


Text Example

White with #B90520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90520; }

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

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

background-color css

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

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

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

border-color css

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

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

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