Html Css Color HEX #B90922 Venetian Red

📋 copy color: '#B90922'

red 185 ◦ green 9 ◦ blue 34

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

Shades of Venetian Red #B90922

Tints of Venetian Red #B90922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

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

R = 81.14%
G = 3.95%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B90922 (or 0xB90922) is known color: Venetian Red. HEX triplet: B9, 09 and 22. RGB value is (185,9,34). Sum of RGB (Red+Green+Blue) = 185+9+34=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B90922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90922 is #46F6DD. Grayscale: #404040. Windows color (decimal): -4650718 or 2230713. OLE color: 2230713.

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

Color convert

RGB 185 9 34 -
CMYK 0 0.95 0.82 0.27
HSL 351.48º 0.91% 0.38% -
HSV(B) 351.48º 0.95% 0.73% -
XYZ 20.39 10.63 2.49 -
YUV 64.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 185 9 34 0 0.95 0.82 0.27 351.48 0.91 0.38
Hex B9 9 22 0 5F 52 1B 15F 5B 26
Octal 271 11 42 0 137 122 33 537 133 46
Binary 10111001 1001 100010 0 1011111 1010010 11011 101011111 1011011 100110

Color Harmonies of #B90922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90922

Black with #B90922

Text Example


Text Example

White with #B90922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90922; }

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

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

background-color css

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

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

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

border-color css

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

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

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