Html Css Color HEX #B90721 Venetian Red

📋 copy color: '#B90721'

red 185 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #B90721

Tints of Venetian Red #B90721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.67%

R = 82.22%
G = 3.11%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B90721 (or 0xB90721) is known color: Venetian Red. HEX triplet: B9, 07 and 21. RGB value is (185,7,33). Sum of RGB (Red+Green+Blue) = 185+7+33=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B90721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90721 is #46F8DE. Grayscale: #3F3F3F. Windows color (decimal): -4651231 or 2164665. OLE color: 2164665.

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

Color convert

RGB 185 7 33 -
CMYK 0 0.96 0.82 0.27
HSL 351.24º 0.93% 0.38% -
HSV(B) 351.24º 0.96% 0.73% -
XYZ 20.36 10.58 2.41 -
YUV 63.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 185 7 33 0 0.96 0.82 0.27 351.24 0.93 0.38
Hex B9 7 21 0 60 52 1B 15F 5D 26
Octal 271 7 41 0 140 122 33 537 135 46
Binary 10111001 111 100001 0 1100000 1010010 11011 101011111 1011101 100110

Color Harmonies of #B90721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90721

Black with #B90721

Text Example


Text Example

White with #B90721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90721; }

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

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

background-color css

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

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

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

border-color css

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

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

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