Html Css Color HEX #B00519 Venetian Red

📋 copy color: '#B00519'

red 176 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #B00519

Tints of Venetian Red #B00519

RGB

 RED value IS 176 (69.14% from 255) = 85.44%

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

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

R = 85.44%
G = 2.43%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B00519 (or 0xB00519) is known color: Venetian Red. HEX triplet: B0, 05 and 19. RGB value is (176,5,25). Sum of RGB (Red+Green+Blue) = 176+5+25=206 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.44% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 176 - color contains mainly: red. Hex color #B00519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00519 is #4FFAE6. Grayscale: #3A3A3A. Windows color (decimal): -5241575 or 1639856. OLE color: 1639856.

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

Color convert

RGB 176 5 25 -
CMYK 0 0.97 0.86 0.31
HSL 352.98º 0.94% 0.35% -
HSV(B) 352.98º 0.97% 0.69% -
XYZ 18.13 9.41 1.78 -
YUV 58.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 176 5 25 0 0.97 0.86 0.31 352.98 0.94 0.35
Hex B0 5 19 0 61 56 1F 161 5E 23
Octal 260 5 31 0 141 126 37 541 136 43
Binary 10110000 101 11001 0 1100001 1010110 11111 101100001 1011110 100011

Color Harmonies of #B00519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00519

Black with #B00519

Text Example


Text Example

White with #B00519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00519; }

 p { color: rgb(176,5,25); }

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

background-color css

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

 a { background-color: rgb(176,5,25); }

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

border-color css

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

 span { border-color: rgb(176,5,25); }

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