Html Css Color HEX #B10512 Venetian Red

📋 copy color: '#B10512'

red 177 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #B10512

Tints of Venetian Red #B10512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 88.5%
G = 2.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B10512 (or 0xB10512) is known color: Venetian Red. HEX triplet: B1, 05 and 12. RGB value is (177,5,18). Sum of RGB (Red+Green+Blue) = 177+5+18=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B10512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10512 is #4EFAED. Grayscale: #3A3A3A. Windows color (decimal): -5176046 or 1181105. OLE color: 1181105.

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

Color convert

RGB 177 5 18 -
CMYK 0 0.97 0.90 0.31
HSL 355.47º 0.95% 0.36% -
HSV(B) 355.47º 0.97% 0.69% -
XYZ 18.29 9.5 1.44 -
YUV 57.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 177 5 18 0 0.97 0.90 0.31 355.47 0.95 0.36
Hex B1 5 12 0 61 5A 1F 163 5F 24
Octal 261 5 22 0 141 132 37 543 137 44
Binary 10110001 101 10010 0 1100001 1011010 11111 101100011 1011111 100100

Color Harmonies of #B10512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10512

Black with #B10512

Text Example


Text Example

White with #B10512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10512; }

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

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

background-color css

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

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

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

border-color css

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

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

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