Html Css Color HEX #A4121A Carmine

📋 copy color: '#A4121A'

red 164 ◦ green 18 ◦ blue 26

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

Shades of Carmine #A4121A

Tints of Carmine #A4121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 78.85%
G = 8.65%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4121A (or 0xA4121A) is known color: Carmine. HEX triplet: A4, 12 and 1A. RGB value is (164,18,26). Sum of RGB (Red+Green+Blue) = 164+18+26=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A4121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4121A is #5BEDE5. Grayscale: #3E3E3E. Windows color (decimal): -6024678 or 1708708. OLE color: 1708708.

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

Color convert

RGB 164 18 26 -
CMYK 0 0.89 0.84 0.36
HSL 356.71º 0.8% 0.36% -
HSV(B) 356.71º 0.89% 0.64% -
XYZ 15.71 8.4 1.77 -
YUV 62.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 164 18 26 0 0.89 0.84 0.36 356.71 0.8 0.36
Hex A4 12 1A 0 59 54 24 165 50 24
Octal 244 22 32 0 131 124 44 545 120 44
Binary 10100100 10010 11010 0 1011001 1010100 100100 101100101 1010000 100100

Color Harmonies of #A4121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4121A

Black with #A4121A

Text Example


Text Example

White with #A4121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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