Html Css Color HEX #B90710 Venetian Red

📋 copy color: '#B90710'

red 185 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #B90710

Tints of Venetian Red #B90710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

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

R = 88.94%
G = 3.37%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B90710 (or 0xB90710) is known color: Venetian Red. HEX triplet: B9, 07 and 10. RGB value is (185,7,16). Sum of RGB (Red+Green+Blue) = 185+7+16=208 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.94% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 185 - color contains mainly: red. Hex color #B90710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90710 is #46F8EF. Grayscale: #3D3D3D. Windows color (decimal): -4651248 or 1050553. OLE color: 1050553.

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

Color convert

RGB 185 7 16 -
CMYK 0 0.96 0.91 0.27
HSL 356.97º 0.93% 0.38% -
HSV(B) 356.97º 0.96% 0.73% -
XYZ 20.18 10.5 1.45 -
YUV 61.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 185 7 16 0 0.96 0.91 0.27 356.97 0.93 0.38
Hex B9 7 10 0 60 5B 1B 165 5D 26
Octal 271 7 20 0 140 133 33 545 135 46
Binary 10111001 111 10000 0 1100000 1011011 11011 101100101 1011101 100110

Color Harmonies of #B90710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90710

Black with #B90710

Text Example


Text Example

White with #B90710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90710; }

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

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

background-color css

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

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

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

border-color css

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

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

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