Html Css Color HEX #B90610 Venetian Red

📋 copy color: '#B90610'

red 185 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #B90610

Tints of Venetian Red #B90610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 89.37%
G = 2.9%
B = 7.73%

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

#B90610 (or 0xB90610) is known color: Venetian Red. HEX triplet: B9, 06 and 10. RGB value is (185,6,16). Sum of RGB (Red+Green+Blue) = 185+6+16=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B90610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90610 is #46F9EF. Grayscale: #3C3C3C. Windows color (decimal): -4651504 or 1050297. OLE color: 1050297.

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

Color convert

RGB 185 6 16 -
CMYK 0 0.97 0.91 0.27
HSL 356.65º 0.94% 0.37% -
HSV(B) 356.65º 0.97% 0.73% -
XYZ 20.17 10.48 1.45 -
YUV 60.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 185 6 16 0 0.97 0.91 0.27 356.65 0.94 0.37
Hex B9 6 10 0 61 5B 1B 165 5E 25
Octal 271 6 20 0 141 133 33 545 136 45
Binary 10111001 110 10000 0 1100001 1011011 11011 101100101 1011110 100101

Color Harmonies of #B90610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90610

Black with #B90610

Text Example


Text Example

White with #B90610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90610; }

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

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

background-color css

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

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

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

border-color css

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

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

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