Html Css Color HEX #A4112F Carmine

📋 copy color: '#A4112F'

red 164 ◦ green 17 ◦ blue 47

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

Shades of Carmine #A4112F

Tints of Carmine #A4112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 71.93%
G = 7.46%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4112F (or 0xA4112F) is known color: Carmine. HEX triplet: A4, 11 and 2F. RGB value is (164,17,47). Sum of RGB (Red+Green+Blue) = 164+17+47=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4112F is #5BEED0. Grayscale: #404040. Windows color (decimal): -6024913 or 3084708. OLE color: 3084708.

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

Color convert

RGB 164 17 47 -
CMYK 0 0.90 0.71 0.36
HSL 347.76º 0.81% 0.35% -
HSV(B) 347.76º 0.9% 0.64% -
XYZ 16.02 8.5 3.49 -
YUV 64.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 164 17 47 0 0.90 0.71 0.36 347.76 0.81 0.35
Hex A4 11 2F 0 5A 47 24 15C 51 23
Octal 244 21 57 0 132 107 44 534 121 43
Binary 10100100 10001 101111 0 1011010 1000111 100100 101011100 1010001 100011

Color Harmonies of #A4112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4112F

Black with #A4112F

Text Example


Text Example

White with #A4112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4112F; }

 p { color: rgb(164,17,47); }

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

background-color css

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

 a { background-color: rgb(164,17,47); }

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

border-color css

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

 span { border-color: rgb(164,17,47); }

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