Html Css Color HEX #A93F3A Medium Carmine

📋 copy color: '#A93F3A'

red 169 ◦ green 63 ◦ blue 58

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

Shades of Medium Carmine #A93F3A

Tints of Medium Carmine #A93F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 58.28%
G = 21.72%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A93F3A (or 0xA93F3A) is known color: Medium Carmine. HEX triplet: A9, 3F and 3A. RGB value is (169,63,58). Sum of RGB (Red+Green+Blue) = 169+63+58=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93F3A is #56C0C5. Grayscale: #5E5E5E. Windows color (decimal): -5685446 or 3817385. OLE color: 3817385.

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

Color convert

RGB 169 63 58 -
CMYK 0 0.63 0.66 0.34
HSL 2.7º 0.49% 0.45% -
HSV(B) 2.7º 0.66% 0.66% -
XYZ 18.9 12.3 5.38 -
YUV 94.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 169 63 58 0 0.63 0.66 0.34 2.7 0.49 0.45
Hex A9 3F 3A 0 3F 42 22 3 31 2D
Octal 251 77 72 0 77 102 42 3 61 55
Binary 10101001 111111 111010 0 111111 1000010 100010 11 110001 101101

Color Harmonies of #A93F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F3A

Black with #A93F3A

Text Example


Text Example

White with #A93F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F3A; }

 p { color: rgb(169,63,58); }

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

background-color css

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

 a { background-color: rgb(169,63,58); }

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

border-color css

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

 span { border-color: rgb(169,63,58); }

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