Html Css Color HEX #B90522 Venetian Red

📋 copy color: '#B90522'

red 185 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #B90522

Tints of Venetian Red #B90522

RGB

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

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

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

R = 82.59%
G = 2.23%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B90522 (or 0xB90522) is known color: Venetian Red. HEX triplet: B9, 05 and 22. RGB value is (185,5,34). Sum of RGB (Red+Green+Blue) = 185+5+34=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90522 is #46FADD. Grayscale: #3E3E3E. Windows color (decimal): -4651742 or 2229689. OLE color: 2229689.

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

Color convert

RGB 185 5 34 -
CMYK 0 0.97 0.82 0.27
HSL 350.33º 0.95% 0.37% -
HSV(B) 350.33º 0.97% 0.73% -
XYZ 20.35 10.54 2.47 -
YUV 62.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 185 5 34 0 0.97 0.82 0.27 350.33 0.95 0.37
Hex B9 5 22 0 61 52 1B 15E 5F 25
Octal 271 5 42 0 141 122 33 536 137 45
Binary 10111001 101 100010 0 1100001 1010010 11011 101011110 1011111 100101

Color Harmonies of #B90522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90522

Black with #B90522

Text Example


Text Example

White with #B90522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90522; }

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

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

background-color css

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

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

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

border-color css

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

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

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