Html Css Color HEX #B60722 Venetian Red

📋 copy color: '#B60722'

red 182 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #B60722

Tints of Venetian Red #B60722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 81.61%
G = 3.14%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60722 (or 0xB60722) is known color: Venetian Red. HEX triplet: B6, 07 and 22. RGB value is (182,7,34). Sum of RGB (Red+Green+Blue) = 182+7+34=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B60722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60722 is #49F8DD. Grayscale: #3E3E3E. Windows color (decimal): -4847838 or 2230198. OLE color: 2230198.

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

Color convert

RGB 182 7 34 -
CMYK 0 0.96 0.81 0.29
HSL 350.74º 0.93% 0.37% -
HSV(B) 350.74º 0.96% 0.71% -
XYZ 19.66 10.21 2.45 -
YUV 62.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 182 7 34 0 0.96 0.81 0.29 350.74 0.93 0.37
Hex B6 7 22 0 60 51 1D 15F 5D 25
Octal 266 7 42 0 140 121 35 537 135 45
Binary 10110110 111 100010 0 1100000 1010001 11101 101011111 1011101 100101

Color Harmonies of #B60722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60722

Black with #B60722

Text Example


Text Example

White with #B60722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60722; }

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

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

background-color css

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

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

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

border-color css

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

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

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