Html Css Color HEX #B90722 Venetian Red

📋 copy color: '#B90722'

red 185 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #B90722

Tints of Venetian Red #B90722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 81.86%
G = 3.1%
B = 15.04%

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

#B90722 (or 0xB90722) is known color: Venetian Red. HEX triplet: B9, 07 and 22. RGB value is (185,7,34). Sum of RGB (Red+Green+Blue) = 185+7+34=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B90722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90722 is #46F8DD. Grayscale: #3F3F3F. Windows color (decimal): -4651230 or 2230201. OLE color: 2230201.

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

Color convert

RGB 185 7 34 -
CMYK 0 0.96 0.82 0.27
HSL 350.9º 0.93% 0.38% -
HSV(B) 350.9º 0.96% 0.73% -
XYZ 20.37 10.58 2.48 -
YUV 63.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 185 7 34 0 0.96 0.82 0.27 350.9 0.93 0.38
Hex B9 7 22 0 60 52 1B 15F 5D 26
Octal 271 7 42 0 140 122 33 537 135 46
Binary 10111001 111 100010 0 1100000 1010010 11011 101011111 1011101 100110

Color Harmonies of #B90722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90722

Black with #B90722

Text Example


Text Example

White with #B90722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90722; }

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

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

background-color css

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

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

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

border-color css

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

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

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