Html Css Color HEX #AC042E Carmine

📋 copy color: '#AC042E'

red 172 ◦ green 4 ◦ blue 46

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

Shades of Carmine #AC042E

Tints of Carmine #AC042E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.72%

R = 77.48%
G = 1.8%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC042E (or 0xAC042E) is known color: Carmine. HEX triplet: AC, 04 and 2E. RGB value is (172,4,46). Sum of RGB (Red+Green+Blue) = 172+4+46=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC042E is #53FBD1. Grayscale: #3B3B3B. Windows color (decimal): -5503954 or 3015852. OLE color: 3015852.

HSL color Cylindrical-coordinate representation of color #AC042E: hue angle of 345º 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 #AC042E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 46 -
CMYK 0 0.98 0.73 0.33
HSL 345º 0.95% 0.35% -
HSV(B) 345º 0.98% 0.67% -
XYZ 17.55 9.05 3.41 -
YUV 59.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 172 4 46 0 0.98 0.73 0.33 345 0.95 0.35
Hex AC 4 2E 0 62 49 21 159 5F 23
Octal 254 4 56 0 142 111 41 531 137 43
Binary 10101100 100 101110 0 1100010 1001001 100001 101011001 1011111 100011

Color Harmonies of #AC042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC042E

Black with #AC042E

Text Example


Text Example

White with #AC042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC042E; }

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

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

background-color css

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

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

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

border-color css

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

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

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