Html Css Color HEX #B10019 Venetian Red

📋 copy color: '#B10019'

red 177 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #B10019

Tints of Venetian Red #B10019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 87.62%
G = 0%
B = 12.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B10019 (or 0xB10019) is known color: Venetian Red. HEX triplet: B1, 00 and 19. RGB value is (177,0,25). Sum of RGB (Red+Green+Blue) = 177+0+25=202 (26% of max value = 765). Red value is 177 (69.53% from 255 or 87.62% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 177 - color contains mainly: red. Hex color #B10019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10019 is #4EFFE6. Grayscale: #373737. Windows color (decimal): -5177319 or 1638577. OLE color: 1638577.

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

Color convert

RGB 177 0 25 -
CMYK 0 1 0.86 0.31
HSL 351.53º 1% 0.35% -
HSV(B) 351.53º 1% 0.69% -
XYZ 18.31 9.42 1.77 -
YUV 55.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 177 0 25 0 1 0.86 0.31 351.53 1 0.35
Hex B1 0 19 0 64 56 1F 160 64 23
Octal 261 0 31 0 144 126 37 540 144 43
Binary 10110001 0 11001 0 1100100 1010110 11111 101100000 1100100 100011

Color Harmonies of #B10019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10019

Black with #B10019

Text Example


Text Example

White with #B10019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10019; }

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

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

background-color css

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

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

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

border-color css

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

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

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