Html Css Color HEX #B00516 Venetian Red

📋 copy color: '#B00516'

red 176 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #B00516

Tints of Venetian Red #B00516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 86.7%
G = 2.46%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B00516 (or 0xB00516) is known color: Venetian Red. HEX triplet: B0, 05 and 16. RGB value is (176,5,22). Sum of RGB (Red+Green+Blue) = 176+5+22=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B00516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00516 is #4FFAE9. Grayscale: #3A3A3A. Windows color (decimal): -5241578 or 1443248. OLE color: 1443248.

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

Color convert

RGB 176 5 22 -
CMYK 0 0.97 0.88 0.31
HSL 354.04º 0.94% 0.35% -
HSV(B) 354.04º 0.97% 0.69% -
XYZ 18.1 9.4 1.62 -
YUV 58.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 176 5 22 0 0.97 0.88 0.31 354.04 0.94 0.35
Hex B0 5 16 0 61 58 1F 162 5E 23
Octal 260 5 26 0 141 130 37 542 136 43
Binary 10110000 101 10110 0 1100001 1011000 11111 101100010 1011110 100011

Color Harmonies of #B00516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00516

Black with #B00516

Text Example


Text Example

White with #B00516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00516; }

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

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

background-color css

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

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

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

border-color css

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

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

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