Html Css Color HEX #A9422D Medium Carmine

📋 copy color: '#A9422D'

red 169 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #A9422D

Tints of Medium Carmine #A9422D

RGB

 RED value IS 169 (66.41% from 255) = 60.36%

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 60.36%
G = 23.57%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9422D (or 0xA9422D) is known color: Medium Carmine. HEX triplet: A9, 42 and 2D. RGB value is (169,66,45). Sum of RGB (Red+Green+Blue) = 169+66+45=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9422D is #56BDD2. Grayscale: #5E5E5E. Windows color (decimal): -5684691 or 2966185. OLE color: 2966185.

HSL color Cylindrical-coordinate representation of color #A9422D: hue angle of 10.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9422D is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 66 45 -
CMYK 0 0.61 0.73 0.34
HSL 10.16º 0.58% 0.42% -
HSV(B) 10.16º 0.73% 0.66% -
XYZ 18.78 12.52 3.91 -
YUV 94.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 169 66 45 0 0.61 0.73 0.34 10.16 0.58 0.42
Hex A9 42 2D 0 3D 49 22 A 3A 2A
Octal 251 102 55 0 75 111 42 12 72 52
Binary 10101001 1000010 101101 0 111101 1001001 100010 1010 111010 101010

Color Harmonies of #A9422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9422D

Black with #A9422D

Text Example


Text Example

White with #A9422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9422D; }

 p { color: rgb(169,66,45); }

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

background-color css

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

 a { background-color: rgb(169,66,45); }

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

border-color css

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

 span { border-color: rgb(169,66,45); }

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