Html Css Color HEX #A4111B Carmine

📋 copy color: '#A4111B'

red 164 ◦ green 17 ◦ blue 27

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

Shades of Carmine #A4111B

Tints of Carmine #A4111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 78.85%
G = 8.17%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4111B (or 0xA4111B) is known color: Carmine. HEX triplet: A4, 11 and 1B. RGB value is (164,17,27). Sum of RGB (Red+Green+Blue) = 164+17+27=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A4111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4111B is #5BEEE4. Grayscale: #3E3E3E. Windows color (decimal): -6024933 or 1773988. OLE color: 1773988.

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

Color convert

RGB 164 17 27 -
CMYK 0 0.90 0.84 0.36
HSL 355.92º 0.81% 0.35% -
HSV(B) 355.92º 0.9% 0.64% -
XYZ 15.71 8.37 1.83 -
YUV 62.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 164 17 27 0 0.90 0.84 0.36 355.92 0.81 0.35
Hex A4 11 1B 0 5A 54 24 164 51 23
Octal 244 21 33 0 132 124 44 544 121 43
Binary 10100100 10001 11011 0 1011010 1010100 100100 101100100 1010001 100011

Color Harmonies of #A4111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4111B

Black with #A4111B

Text Example


Text Example

White with #A4111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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