Html Css Color HEX #AC092E Carmine

📋 copy color: '#AC092E'

red 172 ◦ green 9 ◦ blue 46

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

Shades of Carmine #AC092E

Tints of Carmine #AC092E

RGB

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

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

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

R = 75.77%
G = 3.96%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC092E (or 0xAC092E) is known color: Carmine. HEX triplet: AC, 09 and 2E. RGB value is (172,9,46). Sum of RGB (Red+Green+Blue) = 172+9+46=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC092E is #53F6D1. Grayscale: #3D3D3D. Windows color (decimal): -5502674 or 3017132. OLE color: 3017132.

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

Color convert

RGB 172 9 46 -
CMYK 0 0.95 0.73 0.33
HSL 346.38º 0.9% 0.35% -
HSV(B) 346.38º 0.95% 0.67% -
XYZ 17.6 9.16 3.43 -
YUV 61.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 172 9 46 0 0.95 0.73 0.33 346.38 0.9 0.35
Hex AC 9 2E 0 5F 49 21 15A 5A 23
Octal 254 11 56 0 137 111 41 532 132 43
Binary 10101100 1001 101110 0 1011111 1001001 100001 101011010 1011010 100011

Color Harmonies of #AC092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC092E

Black with #AC092E

Text Example


Text Example

White with #AC092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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