Html Css Color HEX #AC092F Carmine

📋 copy color: '#AC092F'

red 172 ◦ green 9 ◦ blue 47

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

Shades of Carmine #AC092F

Tints of Carmine #AC092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 75.44%
G = 3.95%
B = 20.61%

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

#AC092F (or 0xAC092F) is known color: Carmine. HEX triplet: AC, 09 and 2F. RGB value is (172,9,47). Sum of RGB (Red+Green+Blue) = 172+9+47=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC092F is #53F6D0. Grayscale: #3E3E3E. Windows color (decimal): -5502673 or 3082668. OLE color: 3082668.

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

Color convert

RGB 172 9 47 -
CMYK 0 0.95 0.73 0.33
HSL 346.01º 0.9% 0.35% -
HSV(B) 346.01º 0.95% 0.67% -
XYZ 17.62 9.17 3.53 -
YUV 62.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 172 9 47 0 0.95 0.73 0.33 346.01 0.9 0.35
Hex AC 9 2F 0 5F 49 21 15A 5A 23
Octal 254 11 57 0 137 111 41 532 132 43
Binary 10101100 1001 101111 0 1011111 1001001 100001 101011010 1011010 100011

Color Harmonies of #AC092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC092F

Black with #AC092F

Text Example


Text Example

White with #AC092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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