Html Css Color HEX #AC1223 Carmine

📋 copy color: '#AC1223'

red 172 ◦ green 18 ◦ blue 35

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

Shades of Carmine #AC1223

Tints of Carmine #AC1223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 76.44%
G = 8%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC1223 (or 0xAC1223) is known color: Carmine. HEX triplet: AC, 12 and 23. RGB value is (172,18,35). Sum of RGB (Red+Green+Blue) = 172+18+35=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1223 is #53EDDC. Grayscale: #424242. Windows color (decimal): -5500381 or 2298540. OLE color: 2298540.

HSL color Cylindrical-coordinate representation of color #AC1223: hue angle of 353.38º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1223 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 35 -
CMYK 0 0.90 0.80 0.33
HSL 353.38º 0.81% 0.37% -
HSV(B) 353.38º 0.9% 0.67% -
XYZ 17.53 9.32 2.47 -
YUV 65.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 172 18 35 0 0.90 0.80 0.33 353.38 0.81 0.37
Hex AC 12 23 0 5A 50 21 161 51 25
Octal 254 22 43 0 132 120 41 541 121 45
Binary 10101100 10010 100011 0 1011010 1010000 100001 101100001 1010001 100101

Color Harmonies of #AC1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1223

Black with #AC1223

Text Example


Text Example

White with #AC1223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1223; }

 p { color: rgb(172,18,35); }

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

background-color css

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

 a { background-color: rgb(172,18,35); }

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

border-color css

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

 span { border-color: rgb(172,18,35); }

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