Html Css Color HEX #A5122D Carmine

📋 copy color: '#A5122D'

red 165 ◦ green 18 ◦ blue 45

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

Shades of Carmine #A5122D

Tints of Carmine #A5122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 45 (17.97% from 255) = 19.74%

R = 72.37%
G = 7.89%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5122D (or 0xA5122D) is known color: Carmine. HEX triplet: A5, 12 and 2D. RGB value is (165,18,45). Sum of RGB (Red+Green+Blue) = 165+18+45=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5122D is #5AEDD2. Grayscale: #414141. Windows color (decimal): -5959123 or 2953893. OLE color: 2953893.

HSL color Cylindrical-coordinate representation of color #A5122D: hue angle of 348.98º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5122D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 45 -
CMYK 0 0.89 0.73 0.35
HSL 348.98º 0.8% 0.36% -
HSV(B) 348.98º 0.89% 0.65% -
XYZ 16.21 8.62 3.29 -
YUV 65.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 165 18 45 0 0.89 0.73 0.35 348.98 0.8 0.36
Hex A5 12 2D 0 59 49 23 15D 50 24
Octal 245 22 55 0 131 111 43 535 120 44
Binary 10100101 10010 101101 0 1011001 1001001 100011 101011101 1010000 100100

Color Harmonies of #A5122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5122D

Black with #A5122D

Text Example


Text Example

White with #A5122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5122D; }

 p { color: rgb(165,18,45); }

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

background-color css

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

 a { background-color: rgb(165,18,45); }

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

border-color css

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

 span { border-color: rgb(165,18,45); }

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