Html Css Color HEX #AC062F Carmine

📋 copy color: '#AC062F'

red 172 ◦ green 6 ◦ blue 47

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

Shades of Carmine #AC062F

Tints of Carmine #AC062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 76.44%
G = 2.67%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC062F (or 0xAC062F) is known color: Carmine. HEX triplet: AC, 06 and 2F. RGB value is (172,6,47). Sum of RGB (Red+Green+Blue) = 172+6+47=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC062F is #53F9D0. Grayscale: #3C3C3C. Windows color (decimal): -5503441 or 3081900. OLE color: 3081900.

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

Color convert

RGB 172 6 47 -
CMYK 0 0.97 0.73 0.33
HSL 345.18º 0.93% 0.35% -
HSV(B) 345.18º 0.97% 0.67% -
XYZ 17.59 9.11 3.52 -
YUV 60.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 172 6 47 0 0.97 0.73 0.33 345.18 0.93 0.35
Hex AC 6 2F 0 61 49 21 159 5D 23
Octal 254 6 57 0 141 111 41 531 135 43
Binary 10101100 110 101111 0 1100001 1001001 100001 101011001 1011101 100011

Color Harmonies of #AC062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC062F

Black with #AC062F

Text Example


Text Example

White with #AC062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC062F; }

 p { color: rgb(172,6,47); }

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

background-color css

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

 a { background-color: rgb(172,6,47); }

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

border-color css

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

 span { border-color: rgb(172,6,47); }

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