Html Css Color HEX #B10109 Venetian Red

📋 copy color: '#B10109'

red 177 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #B10109

Tints of Venetian Red #B10109

RGB

 RED value IS 177 (69.53% from 255) = 94.65%

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 9 (3.91% from 255) = 4.81%

R = 94.65%
G = 0.53%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B10109 (or 0xB10109) is known color: Venetian Red. HEX triplet: B1, 01 and 09. RGB value is (177,1,9). Sum of RGB (Red+Green+Blue) = 177+1+9=187 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.65% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 177 - color contains mainly: red. Hex color #B10109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10109 is #4EFEF6. Grayscale: #363636. Windows color (decimal): -5177079 or 590257. OLE color: 590257.

HSL color Cylindrical-coordinate representation of color #B10109: hue angle of 357.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10109 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 9 -
CMYK 0 0.99 0.95 0.31
HSL 357.27º 0.99% 0.35% -
HSV(B) 357.27º 0.99% 0.69% -
XYZ 18.19 9.39 1.11 -
YUV 54.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 177 1 9 0 0.99 0.95 0.31 357.27 0.99 0.35
Hex B1 1 9 0 63 5F 1F 165 63 23
Octal 261 1 11 0 143 137 37 545 143 43
Binary 10110001 1 1001 0 1100011 1011111 11111 101100101 1100011 100011

Color Harmonies of #B10109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10109

Black with #B10109

Text Example


Text Example

White with #B10109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10109; }

 p { color: rgb(177,1,9); }

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

background-color css

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

 a { background-color: rgb(177,1,9); }

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

border-color css

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

 span { border-color: rgb(177,1,9); }

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