Html Css Color HEX #AD0622 Carmine

📋 copy color: '#AD0622'

red 173 ◦ green 6 ◦ blue 34

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

Shades of Carmine #AD0622

Tints of Carmine #AD0622

RGB

 RED value IS 173 (67.97% from 255) = 81.22%

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 81.22%
G = 2.82%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD0622 (or 0xAD0622) is known color: Carmine. HEX triplet: AD, 06 and 22. RGB value is (173,6,34). Sum of RGB (Red+Green+Blue) = 173+6+34=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0622 is #52F9DD. Grayscale: #3B3B3B. Windows color (decimal): -5437918 or 2229933. OLE color: 2229933.

HSL color Cylindrical-coordinate representation of color #AD0622: hue angle of 349.94º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0622 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 34 -
CMYK 0 0.97 0.80 0.32
HSL 349.94º 0.93% 0.35% -
HSV(B) 349.94º 0.97% 0.68% -
XYZ 17.59 9.13 2.35 -
YUV 59.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 173 6 34 0 0.97 0.80 0.32 349.94 0.93 0.35
Hex AD 6 22 0 61 50 20 15E 5D 23
Octal 255 6 42 0 141 120 40 536 135 43
Binary 10101101 110 100010 0 1100001 1010000 100000 101011110 1011101 100011

Color Harmonies of #AD0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0622

Black with #AD0622

Text Example


Text Example

White with #AD0622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0622; }

 p { color: rgb(173,6,34); }

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

background-color css

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

 a { background-color: rgb(173,6,34); }

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

border-color css

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

 span { border-color: rgb(173,6,34); }

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