Html Css Color HEX #B10311 Venetian Red

📋 copy color: '#B10311'

red 177 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #B10311

Tints of Venetian Red #B10311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 89.85%
G = 1.52%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B10311 (or 0xB10311) is known color: Venetian Red. HEX triplet: B1, 03 and 11. RGB value is (177,3,17). Sum of RGB (Red+Green+Blue) = 177+3+17=197 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.85% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 177 - color contains mainly: red. Hex color #B10311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10311 is #4EFCEE. Grayscale: #383838. Windows color (decimal): -5176559 or 1115057. OLE color: 1115057.

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

Color convert

RGB 177 3 17 -
CMYK 0 0.98 0.90 0.31
HSL 355.17º 0.97% 0.35% -
HSV(B) 355.17º 0.98% 0.69% -
XYZ 18.27 9.45 1.39 -
YUV 56.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 177 3 17 0 0.98 0.90 0.31 355.17 0.97 0.35
Hex B1 3 11 0 62 5A 1F 163 61 23
Octal 261 3 21 0 142 132 37 543 141 43
Binary 10110001 11 10001 0 1100010 1011010 11111 101100011 1100001 100011

Color Harmonies of #B10311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10311

Black with #B10311

Text Example


Text Example

White with #B10311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10311; }

 p { color: rgb(177,3,17); }

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

background-color css

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

 a { background-color: rgb(177,3,17); }

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

border-color css

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

 span { border-color: rgb(177,3,17); }

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