Html Css Color HEX #AC000F Carmine

📋 copy color: '#AC000F'

red 172 ◦ green 0 ◦ blue 15

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

Shades of Carmine #AC000F

Tints of Carmine #AC000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 91.98%
G = 0%
B = 8.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC000F (or 0xAC000F) is known color: Carmine. HEX triplet: AC, 00 and 0F. RGB value is (172,0,15). Sum of RGB (Red+Green+Blue) = 172+0+15=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC000F is #53FFF0. Grayscale: #353535. Windows color (decimal): -5505009 or 983212. OLE color: 983212.

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

Color convert

RGB 172 0 15 -
CMYK 0 1 0.91 0.33
HSL 354.77º 1% 0.34% -
HSV(B) 354.77º 1% 0.67% -
XYZ 17.1 8.81 1.25 -
YUV 53.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 172 0 15 0 1 0.91 0.33 354.77 1 0.34
Hex AC 0 F 0 64 5B 21 163 64 22
Octal 254 0 17 0 144 133 41 543 144 42
Binary 10101100 0 1111 0 1100100 1011011 100001 101100011 1100100 100010

Color Harmonies of #AC000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC000F

Black with #AC000F

Text Example


Text Example

White with #AC000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC000F; }

 p { color: rgb(172,0,15); }

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

background-color css

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

 a { background-color: rgb(172,0,15); }

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

border-color css

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

 span { border-color: rgb(172,0,15); }

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