Html Css Color HEX #B60422 Venetian Red

📋 copy color: '#B60422'

red 182 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #B60422

Tints of Venetian Red #B60422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 82.73%
G = 1.82%
B = 15.45%

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

#B60422 (or 0xB60422) is known color: Venetian Red. HEX triplet: B6, 04 and 22. RGB value is (182,4,34). Sum of RGB (Red+Green+Blue) = 182+4+34=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B60422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60422 is #49FBDD. Grayscale: #3C3C3C. Windows color (decimal): -4848606 or 2229430. OLE color: 2229430.

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

Color convert

RGB 182 4 34 -
CMYK 0 0.98 0.81 0.29
HSL 349.89º 0.96% 0.36% -
HSV(B) 349.89º 0.98% 0.71% -
XYZ 19.62 10.15 2.44 -
YUV 60.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 182 4 34 0 0.98 0.81 0.29 349.89 0.96 0.36
Hex B6 4 22 0 62 51 1D 15E 60 24
Octal 266 4 42 0 142 121 35 536 140 44
Binary 10110110 100 100010 0 1100010 1010001 11101 101011110 1100000 100100

Color Harmonies of #B60422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60422

Black with #B60422

Text Example


Text Example

White with #B60422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60422; }

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

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

background-color css

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

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

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

border-color css

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

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

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