Html Css Color HEX #A93C30 Medium Carmine

📋 copy color: '#A93C30'

red 169 ◦ green 60 ◦ blue 48

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

Shades of Medium Carmine #A93C30

Tints of Medium Carmine #A93C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

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

R = 61.01%
G = 21.66%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A93C30 (or 0xA93C30) is known color: Medium Carmine. HEX triplet: A9, 3C and 30. RGB value is (169,60,48). Sum of RGB (Red+Green+Blue) = 169+60+48=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C30 is #56C3CF. Grayscale: #5B5B5B. Windows color (decimal): -5686224 or 3161257. OLE color: 3161257.

HSL color Cylindrical-coordinate representation of color #A93C30: hue angle of 5.95º 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 #A93C30 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 60 48 -
CMYK 0 0.64 0.72 0.34
HSL 5.95º 0.56% 0.43% -
HSV(B) 5.95º 0.72% 0.66% -
XYZ 18.51 11.88 4.11 -
YUV 91.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 169 60 48 0 0.64 0.72 0.34 5.95 0.56 0.43
Hex A9 3C 30 0 40 48 22 6 38 2B
Octal 251 74 60 0 100 110 42 6 70 53
Binary 10101001 111100 110000 0 1000000 1001000 100010 110 111000 101011

Color Harmonies of #A93C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C30

Black with #A93C30

Text Example


Text Example

White with #A93C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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