Html Css Color HEX #B90211 Venetian Red

📋 copy color: '#B90211'

red 185 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #B90211

Tints of Venetian Red #B90211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 90.69%
G = 0.98%
B = 8.33%

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

#B90211 (or 0xB90211) is known color: Venetian Red. HEX triplet: B9, 02 and 11. RGB value is (185,2,17). Sum of RGB (Red+Green+Blue) = 185+2+17=204 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.69% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 185 - color contains mainly: red. Hex color #B90211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90211 is #46FDEE. Grayscale: #3A3A3A. Windows color (decimal): -4652527 or 1114809. OLE color: 1114809.

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

Color convert

RGB 185 2 17 -
CMYK 0 0.99 0.91 0.27
HSL 355.08º 0.98% 0.37% -
HSV(B) 355.08º 0.99% 0.73% -
XYZ 20.13 10.4 1.48 -
YUV 58.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 185 2 17 0 0.99 0.91 0.27 355.08 0.98 0.37
Hex B9 2 11 0 63 5B 1B 163 62 25
Octal 271 2 21 0 143 133 33 543 142 45
Binary 10111001 10 10001 0 1100011 1011011 11011 101100011 1100010 100101

Color Harmonies of #B90211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90211

Black with #B90211

Text Example


Text Example

White with #B90211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90211; }

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

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

background-color css

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

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

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

border-color css

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

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

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