Html Css Color HEX #B90222 Venetian Red

📋 copy color: '#B90222'

red 185 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #B90222

Tints of Venetian Red #B90222

RGB

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

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

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

R = 83.71%
G = 0.9%
B = 15.38%

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

#B90222 (or 0xB90222) is known color: Venetian Red. HEX triplet: B9, 02 and 22. RGB value is (185,2,34). Sum of RGB (Red+Green+Blue) = 185+2+34=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B90222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90222 is #46FDDD. Grayscale: #3C3C3C. Windows color (decimal): -4652510 or 2228921. OLE color: 2228921.

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

Color convert

RGB 185 2 34 -
CMYK 0 0.99 0.82 0.27
HSL 349.51º 0.98% 0.37% -
HSV(B) 349.51º 0.99% 0.73% -
XYZ 20.32 10.47 2.46 -
YUV 60.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 185 2 34 0 0.99 0.82 0.27 349.51 0.98 0.37
Hex B9 2 22 0 63 52 1B 15E 62 25
Octal 271 2 42 0 143 122 33 536 142 45
Binary 10111001 10 100010 0 1100011 1010010 11011 101011110 1100010 100101

Color Harmonies of #B90222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90222

Black with #B90222

Text Example


Text Example

White with #B90222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90222; }

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

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

background-color css

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

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

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

border-color css

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

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

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