Html Css Color HEX #B10113 Venetian Red

📋 copy color: '#B10113'

red 177 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #B10113

Tints of Venetian Red #B10113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 89.85%
G = 0.51%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B10113 (or 0xB10113) is known color: Venetian Red. HEX triplet: B1, 01 and 13. RGB value is (177,1,19). Sum of RGB (Red+Green+Blue) = 177+1+19=197 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.85% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 177 - color contains mainly: red. Hex color #B10113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10113 is #4EFEEC. Grayscale: #373737. Windows color (decimal): -5177069 or 1245617. OLE color: 1245617.

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

Color convert

RGB 177 1 19 -
CMYK 0 0.99 0.89 0.31
HSL 353.86º 0.99% 0.35% -
HSV(B) 353.86º 0.99% 0.69% -
XYZ 18.26 9.42 1.47 -
YUV 55.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 177 1 19 0 0.99 0.89 0.31 353.86 0.99 0.35
Hex B1 1 13 0 63 59 1F 162 63 23
Octal 261 1 23 0 143 131 37 542 143 43
Binary 10110001 1 10011 0 1100011 1011001 11111 101100010 1100011 100011

Color Harmonies of #B10113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10113

Black with #B10113

Text Example


Text Example

White with #B10113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10113; }

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

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

background-color css

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

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

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

border-color css

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

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

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