Html Css Color HEX #B60122 Venetian Red

📋 copy color: '#B60122'

red 182 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #B60122

Tints of Venetian Red #B60122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 83.87%
G = 0.46%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60122 (or 0xB60122) is known color: Venetian Red. HEX triplet: B6, 01 and 22. RGB value is (182,1,34). Sum of RGB (Red+Green+Blue) = 182+1+34=217 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.87% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 182 - color contains mainly: red. Hex color #B60122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60122 is #49FEDD. Grayscale: #3A3A3A. Windows color (decimal): -4849374 or 2228662. OLE color: 2228662.

HSL color Cylindrical-coordinate representation of color #B60122: hue angle of 349.06º 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 #B60122 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 34 -
CMYK 0 0.99 0.81 0.29
HSL 349.06º 0.99% 0.36% -
HSV(B) 349.06º 0.99% 0.71% -
XYZ 19.59 10.08 2.43 -
YUV 58.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 182 1 34 0 0.99 0.81 0.29 349.06 0.99 0.36
Hex B6 1 22 0 63 51 1D 15D 63 24
Octal 266 1 42 0 143 121 35 535 143 44
Binary 10110110 1 100010 0 1100011 1010001 11101 101011101 1100011 100100

Color Harmonies of #B60122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60122

Black with #B60122

Text Example


Text Example

White with #B60122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60122; }

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

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

background-color css

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

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

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

border-color css

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

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

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