Html Css Color HEX #AD1222 Carmine

📋 copy color: '#AD1222'

red 173 ◦ green 18 ◦ blue 34

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

Shades of Carmine #AD1222

Tints of Carmine #AD1222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 76.89%
G = 8%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD1222 (or 0xAD1222) is known color: Carmine. HEX triplet: AD, 12 and 22. RGB value is (173,18,34). Sum of RGB (Red+Green+Blue) = 173+18+34=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1222 is #52EDDD. Grayscale: #424242. Windows color (decimal): -5434846 or 2233005. OLE color: 2233005.

HSL color Cylindrical-coordinate representation of color #AD1222: hue angle of 353.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1222 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 34 -
CMYK 0 0.90 0.80 0.32
HSL 353.81º 0.81% 0.37% -
HSV(B) 353.81º 0.9% 0.68% -
XYZ 17.74 9.43 2.4 -
YUV 66.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 173 18 34 0 0.90 0.80 0.32 353.81 0.81 0.37
Hex AD 12 22 0 5A 50 20 162 51 25
Octal 255 22 42 0 132 120 40 542 121 45
Binary 10101101 10010 100010 0 1011010 1010000 100000 101100010 1010001 100101

Color Harmonies of #AD1222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1222

Black with #AD1222

Text Example


Text Example

White with #AD1222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1222; }

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

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

background-color css

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

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

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

border-color css

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

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

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