Html Css Color HEX #B60120 Venetian Red

📋 copy color: '#B60120'

red 182 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #B60120

Tints of Venetian Red #B60120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 84.65%
G = 0.47%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B60120 (or 0xB60120) is known color: Venetian Red. HEX triplet: B6, 01 and 20. RGB value is (182,1,32). Sum of RGB (Red+Green+Blue) = 182+1+32=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B60120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60120 is #49FEDF. Grayscale: #3A3A3A. Windows color (decimal): -4849376 or 2097590. OLE color: 2097590.

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

Color convert

RGB 182 1 32 -
CMYK 0 0.99 0.82 0.29
HSL 349.72º 0.99% 0.36% -
HSV(B) 349.72º 0.99% 0.71% -
XYZ 19.56 10.07 2.28 -
YUV 58.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 182 1 32 0 0.99 0.82 0.29 349.72 0.99 0.36
Hex B6 1 20 0 63 52 1D 15E 63 24
Octal 266 1 40 0 143 122 35 536 143 44
Binary 10110110 1 100000 0 1100011 1010010 11101 101011110 1100011 100100

Color Harmonies of #B60120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60120

Black with #B60120

Text Example


Text Example

White with #B60120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60120; }

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

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

background-color css

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

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

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

border-color css

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

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

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