Html Css Color HEX #B10513 Venetian Red

📋 copy color: '#B10513'

red 177 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #B10513

Tints of Venetian Red #B10513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 88.06%
G = 2.49%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B10513 (or 0xB10513) is known color: Venetian Red. HEX triplet: B1, 05 and 13. RGB value is (177,5,19). Sum of RGB (Red+Green+Blue) = 177+5+19=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10513 is #4EFAEC. Grayscale: #3A3A3A. Windows color (decimal): -5176045 or 1246641. OLE color: 1246641.

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

Color convert

RGB 177 5 19 -
CMYK 0 0.97 0.89 0.31
HSL 355.12º 0.95% 0.36% -
HSV(B) 355.12º 0.97% 0.69% -
XYZ 18.3 9.5 1.49 -
YUV 58.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 177 5 19 0 0.97 0.89 0.31 355.12 0.95 0.36
Hex B1 5 13 0 61 59 1F 163 5F 24
Octal 261 5 23 0 141 131 37 543 137 44
Binary 10110001 101 10011 0 1100001 1011001 11111 101100011 1011111 100100

Color Harmonies of #B10513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10513

Black with #B10513

Text Example


Text Example

White with #B10513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10513; }

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

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

background-color css

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

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

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

border-color css

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

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

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