Html Css Color HEX #A5413A Medium Carmine

📋 copy color: '#A5413A'

red 165 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #A5413A

Tints of Medium Carmine #A5413A

RGB

 RED value IS 165 (64.84% from 255) = 57.29%

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 57.29%
G = 22.57%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5413A (or 0xA5413A) is known color: Medium Carmine. HEX triplet: A5, 41 and 3A. RGB value is (165,65,58). Sum of RGB (Red+Green+Blue) = 165+65+58=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A5413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5413A is #5ABEC5. Grayscale: #5E5E5E. Windows color (decimal): -5947078 or 3817893. OLE color: 3817893.

HSL color Cylindrical-coordinate representation of color #A5413A: hue angle of 3.93º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5413A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 58 -
CMYK 0 0.61 0.65 0.35
HSL 3.93º 0.48% 0.44% -
HSV(B) 3.93º 0.65% 0.65% -
XYZ 18.17 12.09 5.38 -
YUV 94.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 165 65 58 0 0.61 0.65 0.35 3.93 0.48 0.44
Hex A5 41 3A 0 3D 41 23 4 30 2C
Octal 245 101 72 0 75 101 43 4 60 54
Binary 10100101 1000001 111010 0 111101 1000001 100011 100 110000 101100

Color Harmonies of #A5413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5413A

Black with #A5413A

Text Example


Text Example

White with #A5413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5413A; }

 p { color: rgb(165,65,58); }

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

background-color css

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

 a { background-color: rgb(165,65,58); }

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

border-color css

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

 span { border-color: rgb(165,65,58); }

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