Html Css Color HEX #B10012 Venetian Red

📋 copy color: '#B10012'

red 177 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #B10012

Tints of Venetian Red #B10012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.77%
G = 0%
B = 9.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B10012 (or 0xB10012) is known color: Venetian Red. HEX triplet: B1, 00 and 12. RGB value is (177,0,18). Sum of RGB (Red+Green+Blue) = 177+0+18=195 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.77% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 177 - color contains mainly: red. Hex color #B10012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10012 is #4EFFED. Grayscale: #373737. Windows color (decimal): -5177326 or 1179825. OLE color: 1179825.

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

Color convert

RGB 177 0 18 -
CMYK 0 1 0.90 0.31
HSL 353.9º 1% 0.35% -
HSV(B) 353.9º 1% 0.69% -
XYZ 18.24 9.39 1.42 -
YUV 54.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 177 0 18 0 1 0.90 0.31 353.9 1 0.35
Hex B1 0 12 0 64 5A 1F 162 64 23
Octal 261 0 22 0 144 132 37 542 144 43
Binary 10110001 0 10010 0 1100100 1011010 11111 101100010 1100100 100011

Color Harmonies of #B10012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10012

Black with #B10012

Text Example


Text Example

White with #B10012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10012; }

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

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

background-color css

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

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

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

border-color css

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

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

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