Html Css Color HEX #B90510 Venetian Red

📋 copy color: '#B90510'

red 185 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #B90510

Tints of Venetian Red #B90510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 89.81%
G = 2.43%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90510 (or 0xB90510) is known color: Venetian Red. HEX triplet: B9, 05 and 10. RGB value is (185,5,16). Sum of RGB (Red+Green+Blue) = 185+5+16=206 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.81% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 185 - color contains mainly: red. Hex color #B90510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90510 is #46FAEF. Grayscale: #3C3C3C. Windows color (decimal): -4651760 or 1050041. OLE color: 1050041.

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

Color convert

RGB 185 5 16 -
CMYK 0 0.97 0.91 0.27
HSL 356.33º 0.95% 0.37% -
HSV(B) 356.33º 0.97% 0.73% -
XYZ 20.16 10.46 1.45 -
YUV 60.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 185 5 16 0 0.97 0.91 0.27 356.33 0.95 0.37
Hex B9 5 10 0 61 5B 1B 164 5F 25
Octal 271 5 20 0 141 133 33 544 137 45
Binary 10111001 101 10000 0 1100001 1011011 11011 101100100 1011111 100101

Color Harmonies of #B90510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90510

Black with #B90510

Text Example


Text Example

White with #B90510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90510; }

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

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

background-color css

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

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

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

border-color css

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

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

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