Html Css Color HEX #AC0410 Carmine

📋 copy color: '#AC0410'

red 172 ◦ green 4 ◦ blue 16

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

Shades of Carmine #AC0410

Tints of Carmine #AC0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 89.58%
G = 2.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC0410 (or 0xAC0410) is known color: Carmine. HEX triplet: AC, 04 and 10. RGB value is (172,4,16). Sum of RGB (Red+Green+Blue) = 172+4+16=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0410 is #53FBEF. Grayscale: #373737. Windows color (decimal): -5503984 or 1049772. OLE color: 1049772.

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

Color convert

RGB 172 4 16 -
CMYK 0 0.98 0.91 0.33
HSL 355.71º 0.95% 0.35% -
HSV(B) 355.71º 0.98% 0.67% -
XYZ 17.15 8.89 1.3 -
YUV 55.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 172 4 16 0 0.98 0.91 0.33 355.71 0.95 0.35
Hex AC 4 10 0 62 5B 21 164 5F 23
Octal 254 4 20 0 142 133 41 544 137 43
Binary 10101100 100 10000 0 1100010 1011011 100001 101100100 1011111 100011

Color Harmonies of #AC0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0410

Black with #AC0410

Text Example


Text Example

White with #AC0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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