Html Css Color HEX #AD022F Carmine

📋 copy color: '#AD022F'

red 173 ◦ green 2 ◦ blue 47

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

Shades of Carmine #AD022F

Tints of Carmine #AD022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 47 (18.75% from 255) = 21.17%

R = 77.93%
G = 0.9%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD022F (or 0xAD022F) is known color: Carmine. HEX triplet: AD, 02 and 2F. RGB value is (173,2,47). Sum of RGB (Red+Green+Blue) = 173+2+47=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD022F is #52FDD0. Grayscale: #3A3A3A. Windows color (decimal): -5438929 or 3080877. OLE color: 3080877.

HSL color Cylindrical-coordinate representation of color #AD022F: hue angle of 344.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD022F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 47 -
CMYK 0 0.99 0.73 0.32
HSL 344.21º 0.98% 0.34% -
HSV(B) 344.21º 0.99% 0.68% -
XYZ 17.77 9.13 3.52 -
YUV 58.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 173 2 47 0 0.99 0.73 0.32 344.21 0.98 0.34
Hex AD 2 2F 0 63 49 20 158 62 22
Octal 255 2 57 0 143 111 40 530 142 42
Binary 10101101 10 101111 0 1100011 1001001 100000 101011000 1100010 100010

Color Harmonies of #AD022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD022F

Black with #AD022F

Text Example


Text Example

White with #AD022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD022F; }

 p { color: rgb(173,2,47); }

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

background-color css

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

 a { background-color: rgb(173,2,47); }

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

border-color css

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

 span { border-color: rgb(173,2,47); }

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