Html Css Color HEX #B90210 Venetian Red

📋 copy color: '#B90210'

red 185 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #B90210

Tints of Venetian Red #B90210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 91.13%
G = 0.99%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90210 (or 0xB90210) is known color: Venetian Red. HEX triplet: B9, 02 and 10. RGB value is (185,2,16). Sum of RGB (Red+Green+Blue) = 185+2+16=203 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.13% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 185 - color contains mainly: red. Hex color #B90210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90210 is #46FDEF. Grayscale: #3A3A3A. Windows color (decimal): -4652528 or 1049273. OLE color: 1049273.

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

Color convert

RGB 185 2 16 -
CMYK 0 0.99 0.91 0.27
HSL 355.41º 0.98% 0.37% -
HSV(B) 355.41º 0.99% 0.73% -
XYZ 20.12 10.4 1.44 -
YUV 58.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 185 2 16 0 0.99 0.91 0.27 355.41 0.98 0.37
Hex B9 2 10 0 63 5B 1B 163 62 25
Octal 271 2 20 0 143 133 33 543 142 45
Binary 10111001 10 10000 0 1100011 1011011 11011 101100011 1100010 100101

Color Harmonies of #B90210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90210

Black with #B90210

Text Example


Text Example

White with #B90210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90210; }

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

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

background-color css

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

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

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

border-color css

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

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

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