Html Css Color HEX #B90022 Venetian Red

📋 copy color: '#B90022'

red 185 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #B90022

Tints of Venetian Red #B90022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.47%
G = 0%
B = 15.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B90022 (or 0xB90022) is known color: Venetian Red. HEX triplet: B9, 00 and 22. RGB value is (185,0,34). Sum of RGB (Red+Green+Blue) = 185+0+34=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B90022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90022 is #46FFDD. Grayscale: #3B3B3B. Windows color (decimal): -4653022 or 2228409. OLE color: 2228409.

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

Color convert

RGB 185 0 34 -
CMYK 0 1 0.82 0.27
HSL 348.97º 1% 0.36% -
HSV(B) 348.97º 1% 0.73% -
XYZ 20.3 10.43 2.46 -
YUV 59.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 185 0 34 0 1 0.82 0.27 348.97 1 0.36
Hex B9 0 22 0 64 52 1B 15D 64 24
Octal 271 0 42 0 144 122 33 535 144 44
Binary 10111001 0 100010 0 1100100 1010010 11011 101011101 1100100 100100

Color Harmonies of #B90022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90022

Black with #B90022

Text Example


Text Example

White with #B90022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90022; }

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

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

background-color css

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

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

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

border-color css

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

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

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