Html Css Color HEX #B10209 Venetian Red

📋 copy color: '#B10209'

red 177 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #B10209

Tints of Venetian Red #B10209

RGB

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

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

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

R = 94.15%
G = 1.06%
B = 4.79%

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

#B10209 (or 0xB10209) is known color: Venetian Red. HEX triplet: B1, 02 and 09. RGB value is (177,2,9). Sum of RGB (Red+Green+Blue) = 177+2+9=188 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.15% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 177 - color contains mainly: red. Hex color #B10209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10209 is #4EFDF6. Grayscale: #373737. Windows color (decimal): -5176823 or 590513. OLE color: 590513.

HSL color Cylindrical-coordinate representation of color #B10209: hue angle of 357.6º degrees, saturation: 0.98, 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 #B10209 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 9 -
CMYK 0 0.99 0.95 0.31
HSL 357.6º 0.98% 0.35% -
HSV(B) 357.6º 0.99% 0.69% -
XYZ 18.2 9.41 1.12 -
YUV 55.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 177 2 9 0 0.99 0.95 0.31 357.6 0.98 0.35
Hex B1 2 9 0 63 5F 1F 166 62 23
Octal 261 2 11 0 143 137 37 546 142 43
Binary 10110001 10 1001 0 1100011 1011111 11111 101100110 1100010 100011

Color Harmonies of #B10209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10209

Black with #B10209

Text Example


Text Example

White with #B10209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10209; }

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

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

background-color css

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

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

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

border-color css

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

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

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