Html Css Color HEX #B60322 Venetian Red

📋 copy color: '#B60322'

red 182 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #B60322

Tints of Venetian Red #B60322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 83.11%
G = 1.37%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60322 (or 0xB60322) is known color: Venetian Red. HEX triplet: B6, 03 and 22. RGB value is (182,3,34). Sum of RGB (Red+Green+Blue) = 182+3+34=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B60322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60322 is #49FCDD. Grayscale: #3C3C3C. Windows color (decimal): -4848862 or 2229174. OLE color: 2229174.

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

Color convert

RGB 182 3 34 -
CMYK 0 0.98 0.81 0.29
HSL 349.61º 0.97% 0.36% -
HSV(B) 349.61º 0.98% 0.71% -
XYZ 19.61 10.13 2.43 -
YUV 60.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 182 3 34 0 0.98 0.81 0.29 349.61 0.97 0.36
Hex B6 3 22 0 62 51 1D 15E 61 24
Octal 266 3 42 0 142 121 35 536 141 44
Binary 10110110 11 100010 0 1100010 1010001 11101 101011110 1100001 100100

Color Harmonies of #B60322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60322

Black with #B60322

Text Example


Text Example

White with #B60322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60322; }

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

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

background-color css

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

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

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

border-color css

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

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

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