Html Css Color HEX #B90122 Venetian Red

📋 copy color: '#B90122'

red 185 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #B90122

Tints of Venetian Red #B90122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 84.09%
G = 0.45%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B90122 (or 0xB90122) is known color: Venetian Red. HEX triplet: B9, 01 and 22. RGB value is (185,1,34). Sum of RGB (Red+Green+Blue) = 185+1+34=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B90122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90122 is #46FEDD. Grayscale: #3B3B3B. Windows color (decimal): -4652766 or 2228665. OLE color: 2228665.

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

Color convert

RGB 185 1 34 -
CMYK 0 0.99 0.82 0.27
HSL 349.24º 0.99% 0.36% -
HSV(B) 349.24º 0.99% 0.73% -
XYZ 20.31 10.45 2.46 -
YUV 59.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 185 1 34 0 0.99 0.82 0.27 349.24 0.99 0.36
Hex B9 1 22 0 63 52 1B 15D 63 24
Octal 271 1 42 0 143 122 33 535 143 44
Binary 10111001 1 100010 0 1100011 1010010 11011 101011101 1100011 100100

Color Harmonies of #B90122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90122

Black with #B90122

Text Example


Text Example

White with #B90122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90122; }

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

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

background-color css

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

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

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

border-color css

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

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

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