Html Css Color HEX #AA402F Medium Carmine

📋 copy color: '#AA402F'

red 170 ◦ green 64 ◦ blue 47

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

Shades of Medium Carmine #AA402F

Tints of Medium Carmine #AA402F

RGB

 RED value IS 170 (66.8% from 255) = 60.5%

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 60.5%
G = 22.78%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA402F (or 0xAA402F) is known color: Medium Carmine. HEX triplet: AA, 40 and 2F. RGB value is (170,64,47). Sum of RGB (Red+Green+Blue) = 170+64+47=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA402F is #55BFD0. Grayscale: #5D5D5D. Windows color (decimal): -5619665 or 3096746. OLE color: 3096746.

HSL color Cylindrical-coordinate representation of color #AA402F: hue angle of 8.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA402F is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 47 -
CMYK 0 0.62 0.72 0.33
HSL 8.29º 0.57% 0.43% -
HSV(B) 8.29º 0.72% 0.67% -
XYZ 18.92 12.42 4.09 -
YUV 93.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 170 64 47 0 0.62 0.72 0.33 8.29 0.57 0.43
Hex AA 40 2F 0 3E 48 21 8 39 2B
Octal 252 100 57 0 76 110 41 10 71 53
Binary 10101010 1000000 101111 0 111110 1001000 100001 1000 111001 101011

Color Harmonies of #AA402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA402F

Black with #AA402F

Text Example


Text Example

White with #AA402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA402F; }

 p { color: rgb(170,64,47); }

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

background-color css

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

 a { background-color: rgb(170,64,47); }

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

border-color css

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

 span { border-color: rgb(170,64,47); }

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