Html Css Color HEX #A9423D Medium Carmine

📋 copy color: '#A9423D'

red 169 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #A9423D

Tints of Medium Carmine #A9423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 57.09%
G = 22.3%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9423D (or 0xA9423D) is known color: Medium Carmine. HEX triplet: A9, 42 and 3D. RGB value is (169,66,61). Sum of RGB (Red+Green+Blue) = 169+66+61=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A9423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9423D is #56BDC2. Grayscale: #606060. Windows color (decimal): -5684675 or 4014761. OLE color: 4014761.

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

Color convert

RGB 169 66 61 -
CMYK 0 0.61 0.64 0.34
HSL 2.78º 0.47% 0.45% -
HSV(B) 2.78º 0.64% 0.66% -
XYZ 19.15 12.67 5.85 -
YUV 96.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 169 66 61 0 0.61 0.64 0.34 2.78 0.47 0.45
Hex A9 42 3D 0 3D 40 22 3 2F 2D
Octal 251 102 75 0 75 100 42 3 57 55
Binary 10101001 1000010 111101 0 111101 1000000 100010 11 101111 101101

Color Harmonies of #A9423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9423D

Black with #A9423D

Text Example


Text Example

White with #A9423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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