Html Css Color HEX #B60520 Venetian Red

📋 copy color: '#B60520'

red 182 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B60520

Tints of Venetian Red #B60520

RGB

 RED value IS 182 (71.48% from 255) = 83.11%

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

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

R = 83.11%
G = 2.28%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B60520 (or 0xB60520) is known color: Venetian Red. HEX triplet: B6, 05 and 20. RGB value is (182,5,32). Sum of RGB (Red+Green+Blue) = 182+5+32=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B60520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60520 is #49FADF. Grayscale: #3D3D3D. Windows color (decimal): -4848352 or 2098614. OLE color: 2098614.

HSL color Cylindrical-coordinate representation of color #B60520: hue angle of 350.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60520 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 5 32 -
CMYK 0 0.97 0.82 0.29
HSL 350.85º 0.95% 0.37% -
HSV(B) 350.85º 0.97% 0.71% -
XYZ 19.61 10.16 2.29 -
YUV 61 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 182 5 32 0 0.97 0.82 0.29 350.85 0.95 0.37
Hex B6 5 20 0 61 52 1D 15F 5F 25
Octal 266 5 40 0 141 122 35 537 137 45
Binary 10110110 101 100000 0 1100001 1010010 11101 101011111 1011111 100101

Color Harmonies of #B60520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60520

Black with #B60520

Text Example


Text Example

White with #B60520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60520; }

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

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

background-color css

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

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

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

border-color css

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

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

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