Html Css Color HEX #B00517 Venetian Red

📋 copy color: '#B00517'

red 176 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #B00517

Tints of Venetian Red #B00517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.27%

R = 86.27%
G = 2.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B00517 (or 0xB00517) is known color: Venetian Red. HEX triplet: B0, 05 and 17. RGB value is (176,5,23). Sum of RGB (Red+Green+Blue) = 176+5+23=204 (27% of max value = 765). Red value is 176 (69.14% from 255 or 86.27% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 176 - color contains mainly: red. Hex color #B00517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00517 is #4FFAE8. Grayscale: #3A3A3A. Windows color (decimal): -5241577 or 1508784. OLE color: 1508784.

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

Color convert

RGB 176 5 23 -
CMYK 0 0.97 0.87 0.31
HSL 353.68º 0.94% 0.35% -
HSV(B) 353.68º 0.97% 0.69% -
XYZ 18.11 9.4 1.67 -
YUV 58.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 176 5 23 0 0.97 0.87 0.31 353.68 0.94 0.35
Hex B0 5 17 0 61 57 1F 162 5E 23
Octal 260 5 27 0 141 127 37 542 136 43
Binary 10110000 101 10111 0 1100001 1010111 11111 101100010 1011110 100011

Color Harmonies of #B00517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00517

Black with #B00517

Text Example


Text Example

White with #B00517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00517; }

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

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

background-color css

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

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

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

border-color css

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

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

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