Html Css Color HEX #B10112 Venetian Red

📋 copy color: '#B10112'

red 177 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #B10112

Tints of Venetian Red #B10112

RGB

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

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

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

R = 90.31%
G = 0.51%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B10112 (or 0xB10112) is known color: Venetian Red. HEX triplet: B1, 01 and 12. RGB value is (177,1,18). Sum of RGB (Red+Green+Blue) = 177+1+18=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B10112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10112 is #4EFEED. Grayscale: #373737. Windows color (decimal): -5177070 or 1180081. OLE color: 1180081.

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

Color convert

RGB 177 1 18 -
CMYK 0 0.99 0.90 0.31
HSL 354.2º 0.99% 0.35% -
HSV(B) 354.2º 0.99% 0.69% -
XYZ 18.25 9.41 1.43 -
YUV 55.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 177 1 18 0 0.99 0.90 0.31 354.2 0.99 0.35
Hex B1 1 12 0 63 5A 1F 162 63 23
Octal 261 1 22 0 143 132 37 542 143 43
Binary 10110001 1 10010 0 1100011 1011010 11111 101100010 1100011 100011

Color Harmonies of #B10112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10112

Black with #B10112

Text Example


Text Example

White with #B10112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10112; }

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

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

background-color css

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

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

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

border-color css

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

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

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