Html Css Color HEX #AC040D Carmine

📋 copy color: '#AC040D'

red 172 ◦ green 4 ◦ blue 13

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

Shades of Carmine #AC040D

Tints of Carmine #AC040D

RGB

 RED value IS 172 (67.58% from 255) = 91.01%

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 91.01%
G = 2.12%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC040D (or 0xAC040D) is known color: Carmine. HEX triplet: AC, 04 and 0D. RGB value is (172,4,13). Sum of RGB (Red+Green+Blue) = 172+4+13=189 (25% of max value = 765). Red value is 172 (67.58% from 255 or 91.01% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 172 - color contains mainly: red. Hex color #AC040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC040D is #53FBF2. Grayscale: #373737. Windows color (decimal): -5503987 or 853164. OLE color: 853164.

HSL color Cylindrical-coordinate representation of color #AC040D: hue angle of 356.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC040D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 13 -
CMYK 0 0.98 0.92 0.33
HSL 356.79º 0.95% 0.35% -
HSV(B) 356.79º 0.98% 0.67% -
XYZ 17.13 8.89 1.19 -
YUV 55.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 172 4 13 0 0.98 0.92 0.33 356.79 0.95 0.35
Hex AC 4 D 0 62 5C 21 165 5F 23
Octal 254 4 15 0 142 134 41 545 137 43
Binary 10101100 100 1101 0 1100010 1011100 100001 101100101 1011111 100011

Color Harmonies of #AC040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC040D

Black with #AC040D

Text Example


Text Example

White with #AC040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC040D; }

 p { color: rgb(172,4,13); }

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

background-color css

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

 a { background-color: rgb(172,4,13); }

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

border-color css

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

 span { border-color: rgb(172,4,13); }

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