Html Css Color HEX #A4122A Carmine

📋 copy color: '#A4122A'

red 164 ◦ green 18 ◦ blue 42

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

Shades of Carmine #A4122A

Tints of Carmine #A4122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 73.21%
G = 8.04%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4122A (or 0xA4122A) is known color: Carmine. HEX triplet: A4, 12 and 2A. RGB value is (164,18,42). Sum of RGB (Red+Green+Blue) = 164+18+42=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4122A is #5BEDD5. Grayscale: #404040. Windows color (decimal): -6024662 or 2757284. OLE color: 2757284.

HSL color Cylindrical-coordinate representation of color #A4122A: hue angle of 350.14º 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 #A4122A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 18 42 -
CMYK 0 0.89 0.74 0.36
HSL 350.14º 0.8% 0.36% -
HSV(B) 350.14º 0.89% 0.64% -
XYZ 15.94 8.49 2.99 -
YUV 64.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 164 18 42 0 0.89 0.74 0.36 350.14 0.8 0.36
Hex A4 12 2A 0 59 4A 24 15E 50 24
Octal 244 22 52 0 131 112 44 536 120 44
Binary 10100100 10010 101010 0 1011001 1001010 100100 101011110 1010000 100100

Color Harmonies of #A4122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4122A

Black with #A4122A

Text Example


Text Example

White with #A4122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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