Html Css Color HEX #B90720 Venetian Red

📋 copy color: '#B90720'

red 185 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #B90720

Tints of Venetian Red #B90720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 82.59%
G = 3.13%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B90720 (or 0xB90720) is known color: Venetian Red. HEX triplet: B9, 07 and 20. RGB value is (185,7,32). Sum of RGB (Red+Green+Blue) = 185+7+32=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90720 is #46F8DF. Grayscale: #3F3F3F. Windows color (decimal): -4651232 or 2099129. OLE color: 2099129.

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

Color convert

RGB 185 7 32 -
CMYK 0 0.96 0.83 0.27
HSL 351.57º 0.93% 0.38% -
HSV(B) 351.57º 0.96% 0.73% -
XYZ 20.34 10.57 2.33 -
YUV 63.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 185 7 32 0 0.96 0.83 0.27 351.57 0.93 0.38
Hex B9 7 20 0 60 53 1B 160 5D 26
Octal 271 7 40 0 140 123 33 540 135 46
Binary 10111001 111 100000 0 1100000 1010011 11011 101100000 1011101 100110

Color Harmonies of #B90720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90720

Black with #B90720

Text Example


Text Example

White with #B90720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90720; }

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

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

background-color css

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

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

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

border-color css

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

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

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