Html Css Color HEX #AC0413 Carmine

📋 copy color: '#AC0413'

red 172 ◦ green 4 ◦ blue 19

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

Shades of Carmine #AC0413

Tints of Carmine #AC0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 88.21%
G = 2.05%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC0413 (or 0xAC0413) is known color: Carmine. HEX triplet: AC, 04 and 13. RGB value is (172,4,19). Sum of RGB (Red+Green+Blue) = 172+4+19=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0413 is #53FBEC. Grayscale: #383838. Windows color (decimal): -5503981 or 1246380. OLE color: 1246380.

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

Color convert

RGB 172 4 19 -
CMYK 0 0.98 0.89 0.33
HSL 354.64º 0.95% 0.35% -
HSV(B) 354.64º 0.98% 0.67% -
XYZ 17.17 8.9 1.43 -
YUV 55.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 172 4 19 0 0.98 0.89 0.33 354.64 0.95 0.35
Hex AC 4 13 0 62 59 21 163 5F 23
Octal 254 4 23 0 142 131 41 543 137 43
Binary 10101100 100 10011 0 1100010 1011001 100001 101100011 1011111 100011

Color Harmonies of #AC0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0413

Black with #AC0413

Text Example


Text Example

White with #AC0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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