Html Css Color HEX #A93825 Medium Carmine

📋 copy color: '#A93825'

red 169 ◦ green 56 ◦ blue 37

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

Shades of Medium Carmine #A93825

Tints of Medium Carmine #A93825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 64.5%
G = 21.37%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A93825 (or 0xA93825) is known color: Medium Carmine. HEX triplet: A9, 38 and 25. RGB value is (169,56,37). Sum of RGB (Red+Green+Blue) = 169+56+37=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A93825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93825 is #56C7DA. Grayscale: #575757. Windows color (decimal): -5687259 or 2439337. OLE color: 2439337.

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

Color convert

RGB 169 56 37 -
CMYK 0 0.67 0.78 0.34
HSL 8.64º 0.64% 0.4% -
HSV(B) 8.64º 0.78% 0.66% -
XYZ 18.11 11.4 3 -
YUV 87.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 169 56 37 0 0.67 0.78 0.34 8.64 0.64 0.4
Hex A9 38 25 0 43 4E 22 9 40 28
Octal 251 70 45 0 103 116 42 11 100 50
Binary 10101001 111000 100101 0 1000011 1001110 100010 1001 1000000 101000

Color Harmonies of #A93825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93825

Black with #A93825

Text Example


Text Example

White with #A93825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93825; }

 p { color: rgb(169,56,37); }

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

background-color css

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

 a { background-color: rgb(169,56,37); }

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

border-color css

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

 span { border-color: rgb(169,56,37); }

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