Html Css Color HEX #AC021F Carmine

📋 copy color: '#AC021F'

red 172 ◦ green 2 ◦ blue 31

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

Shades of Carmine #AC021F

Tints of Carmine #AC021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 83.9%
G = 0.98%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC021F (or 0xAC021F) is known color: Carmine. HEX triplet: AC, 02 and 1F. RGB value is (172,2,31). Sum of RGB (Red+Green+Blue) = 172+2+31=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC021F is #53FDE0. Grayscale: #383838. Windows color (decimal): -5504481 or 2032300. OLE color: 2032300.

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

Color convert

RGB 172 2 31 -
CMYK 0 0.99 0.82 0.33
HSL 349.76º 0.98% 0.34% -
HSV(B) 349.76º 0.99% 0.67% -
XYZ 17.28 8.91 2.11 -
YUV 56.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 172 2 31 0 0.99 0.82 0.33 349.76 0.98 0.34
Hex AC 2 1F 0 63 52 21 15E 62 22
Octal 254 2 37 0 143 122 41 536 142 42
Binary 10101100 10 11111 0 1100011 1010010 100001 101011110 1100010 100010

Color Harmonies of #AC021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC021F

Black with #AC021F

Text Example


Text Example

White with #AC021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC021F; }

 p { color: rgb(172,2,31); }

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

background-color css

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

 a { background-color: rgb(172,2,31); }

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

border-color css

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

 span { border-color: rgb(172,2,31); }

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