Html Css Color HEX #B90221 Venetian Red

📋 copy color: '#B90221'

red 185 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #B90221

Tints of Venetian Red #B90221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 84.09%
G = 0.91%
B = 15%

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

#B90221 (or 0xB90221) is known color: Venetian Red. HEX triplet: B9, 02 and 21. RGB value is (185,2,33). Sum of RGB (Red+Green+Blue) = 185+2+33=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B90221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90221 is #46FDDE. Grayscale: #3C3C3C. Windows color (decimal): -4652511 or 2163385. OLE color: 2163385.

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

Color convert

RGB 185 2 33 -
CMYK 0 0.99 0.82 0.27
HSL 349.84º 0.98% 0.37% -
HSV(B) 349.84º 0.99% 0.73% -
XYZ 20.3 10.47 2.39 -
YUV 60.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 185 2 33 0 0.99 0.82 0.27 349.84 0.98 0.37
Hex B9 2 21 0 63 52 1B 15E 62 25
Octal 271 2 41 0 143 122 33 536 142 45
Binary 10111001 10 100001 0 1100011 1010010 11011 101011110 1100010 100101

Color Harmonies of #B90221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90221

Black with #B90221

Text Example


Text Example

White with #B90221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90221; }

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

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

background-color css

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

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

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

border-color css

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

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

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