Html Css Color HEX #AC092A Carmine

📋 copy color: '#AC092A'

red 172 ◦ green 9 ◦ blue 42

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

Shades of Carmine #AC092A

Tints of Carmine #AC092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 77.13%
G = 4.04%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC092A (or 0xAC092A) is known color: Carmine. HEX triplet: AC, 09 and 2A. RGB value is (172,9,42). Sum of RGB (Red+Green+Blue) = 172+9+42=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC092A is #53F6D5. Grayscale: #3D3D3D. Windows color (decimal): -5502678 or 2754988. OLE color: 2754988.

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

Color convert

RGB 172 9 42 -
CMYK 0 0.95 0.76 0.33
HSL 347.85º 0.9% 0.35% -
HSV(B) 347.85º 0.95% 0.67% -
XYZ 17.53 9.13 3.03 -
YUV 61.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 172 9 42 0 0.95 0.76 0.33 347.85 0.9 0.35
Hex AC 9 2A 0 5F 4C 21 15C 5A 23
Octal 254 11 52 0 137 114 41 534 132 43
Binary 10101100 1001 101010 0 1011111 1001100 100001 101011100 1011010 100011

Color Harmonies of #AC092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC092A

Black with #AC092A

Text Example


Text Example

White with #AC092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC092A; }

 p { color: rgb(172,9,42); }

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

background-color css

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

 a { background-color: rgb(172,9,42); }

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

border-color css

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

 span { border-color: rgb(172,9,42); }

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