Html Css Color HEX #A4122D Carmine

📋 copy color: '#A4122D'

red 164 ◦ green 18 ◦ blue 45

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

Shades of Carmine #A4122D

Tints of Carmine #A4122D

RGB

 RED value IS 164 (64.45% from 255) = 72.25%

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

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

R = 72.25%
G = 7.93%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4122D (or 0xA4122D) is known color: Carmine. HEX triplet: A4, 12 and 2D. RGB value is (164,18,45). Sum of RGB (Red+Green+Blue) = 164+18+45=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4122D is #5BEDD2. Grayscale: #404040. Windows color (decimal): -6024659 or 2953892. OLE color: 2953892.

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

Color convert

RGB 164 18 45 -
CMYK 0 0.89 0.73 0.36
HSL 348.9º 0.8% 0.36% -
HSV(B) 348.9º 0.89% 0.64% -
XYZ 16 8.51 3.28 -
YUV 64.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 164 18 45 0 0.89 0.73 0.36 348.9 0.8 0.36
Hex A4 12 2D 0 59 49 24 15D 50 24
Octal 244 22 55 0 131 111 44 535 120 44
Binary 10100100 10010 101101 0 1011001 1001001 100100 101011101 1010000 100100

Color Harmonies of #A4122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4122D

Black with #A4122D

Text Example


Text Example

White with #A4122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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