Html Css Color HEX #AC070F Carmine

📋 copy color: '#AC070F'

red 172 ◦ green 7 ◦ blue 15

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

Shades of Carmine #AC070F

Tints of Carmine #AC070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 88.66%
G = 3.61%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC070F (or 0xAC070F) is known color: Carmine. HEX triplet: AC, 07 and 0F. RGB value is (172,7,15). Sum of RGB (Red+Green+Blue) = 172+7+15=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC070F is #53F8F0. Grayscale: #393939. Windows color (decimal): -5503217 or 985004. OLE color: 985004.

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

Color convert

RGB 172 7 15 -
CMYK 0 0.96 0.91 0.33
HSL 357.09º 0.92% 0.35% -
HSV(B) 357.09º 0.96% 0.67% -
XYZ 17.18 8.96 1.28 -
YUV 57.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 172 7 15 0 0.96 0.91 0.33 357.09 0.92 0.35
Hex AC 7 F 0 60 5B 21 165 5C 23
Octal 254 7 17 0 140 133 41 545 134 43
Binary 10101100 111 1111 0 1100000 1011011 100001 101100101 1011100 100011

Color Harmonies of #AC070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC070F

Black with #AC070F

Text Example


Text Example

White with #AC070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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