Html Css Color HEX #AC0F1F Carmine

📋 copy color: '#AC0F1F'

red 172 ◦ green 15 ◦ blue 31

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

Shades of Carmine #AC0F1F

Tints of Carmine #AC0F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 78.9%
G = 6.88%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC0F1F (or 0xAC0F1F) is known color: Carmine. HEX triplet: AC, 0F and 1F. RGB value is (172,15,31). Sum of RGB (Red+Green+Blue) = 172+15+31=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F1F is #53F0E0. Grayscale: #3F3F3F. Windows color (decimal): -5501153 or 2035628. OLE color: 2035628.

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

Color convert

RGB 172 15 31 -
CMYK 0 0.91 0.82 0.33
HSL 353.89º 0.84% 0.37% -
HSV(B) 353.89º 0.91% 0.67% -
XYZ 17.43 9.21 2.16 -
YUV 63.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 172 15 31 0 0.91 0.82 0.33 353.89 0.84 0.37
Hex AC F 1F 0 5B 52 21 162 54 25
Octal 254 17 37 0 133 122 41 542 124 45
Binary 10101100 1111 11111 0 1011011 1010010 100001 101100010 1010100 100101

Color Harmonies of #AC0F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F1F

Black with #AC0F1F

Text Example


Text Example

White with #AC0F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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