Html Css Color HEX #AC1024 Carmine

📋 copy color: '#AC1024'

red 172 ◦ green 16 ◦ blue 36

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

Shades of Carmine #AC1024

Tints of Carmine #AC1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 36 (14.45% from 255) = 16.07%

R = 76.79%
G = 7.14%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC1024 (or 0xAC1024) is known color: Carmine. HEX triplet: AC, 10 and 24. RGB value is (172,16,36). Sum of RGB (Red+Green+Blue) = 172+16+36=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1024 is #53EFDB. Grayscale: #414141. Windows color (decimal): -5500892 or 2363564. OLE color: 2363564.

HSL color Cylindrical-coordinate representation of color #AC1024: hue angle of 352.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1024 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 36 -
CMYK 0 0.91 0.79 0.33
HSL 352.31º 0.83% 0.37% -
HSV(B) 352.31º 0.91% 0.67% -
XYZ 17.52 9.27 2.53 -
YUV 64.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 172 16 36 0 0.91 0.79 0.33 352.31 0.83 0.37
Hex AC 10 24 0 5B 4F 21 160 53 25
Octal 254 20 44 0 133 117 41 540 123 45
Binary 10101100 10000 100100 0 1011011 1001111 100001 101100000 1010011 100101

Color Harmonies of #AC1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1024

Black with #AC1024

Text Example


Text Example

White with #AC1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1024; }

 p { color: rgb(172,16,36); }

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

background-color css

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

 a { background-color: rgb(172,16,36); }

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

border-color css

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

 span { border-color: rgb(172,16,36); }

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