Html Css Color HEX #A5112D Carmine

📋 copy color: '#A5112D'

red 165 ◦ green 17 ◦ blue 45

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

Shades of Carmine #A5112D

Tints of Carmine #A5112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 72.69%
G = 7.49%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5112D (or 0xA5112D) is known color: Carmine. HEX triplet: A5, 11 and 2D. RGB value is (165,17,45). Sum of RGB (Red+Green+Blue) = 165+17+45=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A5112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5112D is #5AEED2. Grayscale: #404040. Windows color (decimal): -5959379 or 2953637. OLE color: 2953637.

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

Color convert

RGB 165 17 45 -
CMYK 0 0.90 0.73 0.35
HSL 348.65º 0.81% 0.36% -
HSV(B) 348.65º 0.9% 0.65% -
XYZ 16.19 8.59 3.29 -
YUV 64.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 165 17 45 0 0.90 0.73 0.35 348.65 0.81 0.36
Hex A5 11 2D 0 5A 49 23 15D 51 24
Octal 245 21 55 0 132 111 43 535 121 44
Binary 10100101 10001 101101 0 1011010 1001001 100011 101011101 1010001 100100

Color Harmonies of #A5112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5112D

Black with #A5112D

Text Example


Text Example

White with #A5112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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