Html Css Color HEX #B00520 Venetian Red

📋 copy color: '#B00520'

red 176 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B00520

Tints of Venetian Red #B00520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 82.63%
G = 2.35%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B00520 (or 0xB00520) is known color: Venetian Red. HEX triplet: B0, 05 and 20. RGB value is (176,5,32). Sum of RGB (Red+Green+Blue) = 176+5+32=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B00520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00520 is #4FFADF. Grayscale: #3B3B3B. Windows color (decimal): -5241568 or 2098608. OLE color: 2098608.

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

Color convert

RGB 176 5 32 -
CMYK 0 0.97 0.82 0.31
HSL 350.53º 0.94% 0.35% -
HSV(B) 350.53º 0.97% 0.69% -
XYZ 18.22 9.44 2.23 -
YUV 59.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 176 5 32 0 0.97 0.82 0.31 350.53 0.94 0.35
Hex B0 5 20 0 61 52 1F 15F 5E 23
Octal 260 5 40 0 141 122 37 537 136 43
Binary 10110000 101 100000 0 1100001 1010010 11111 101011111 1011110 100011

Color Harmonies of #B00520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00520

Black with #B00520

Text Example


Text Example

White with #B00520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00520; }

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

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

background-color css

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

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

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

border-color css

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

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

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