Html Css Color HEX #A93A30 Medium Carmine

📋 copy color: '#A93A30'

red 169 ◦ green 58 ◦ blue 48

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

Shades of Medium Carmine #A93A30

Tints of Medium Carmine #A93A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 61.45%
G = 21.09%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A93A30 (or 0xA93A30) is known color: Medium Carmine. HEX triplet: A9, 3A and 30. RGB value is (169,58,48). Sum of RGB (Red+Green+Blue) = 169+58+48=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A30 is #56C5CF. Grayscale: #5A5A5A. Windows color (decimal): -5686736 or 3160745. OLE color: 3160745.

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

Color convert

RGB 169 58 48 -
CMYK 0 0.66 0.72 0.34
HSL 4.96º 0.56% 0.43% -
HSV(B) 4.96º 0.72% 0.66% -
XYZ 18.41 11.67 4.08 -
YUV 90.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 169 58 48 0 0.66 0.72 0.34 4.96 0.56 0.43
Hex A9 3A 30 0 42 48 22 5 38 2B
Octal 251 72 60 0 102 110 42 5 70 53
Binary 10101001 111010 110000 0 1000010 1001000 100010 101 111000 101011

Color Harmonies of #A93A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A30

Black with #A93A30

Text Example


Text Example

White with #A93A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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