Html Css Color HEX #AC051E Carmine

📋 copy color: '#AC051E'

red 172 ◦ green 5 ◦ blue 30

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

Shades of Carmine #AC051E

Tints of Carmine #AC051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 83.09%
G = 2.42%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC051E (or 0xAC051E) is known color: Carmine. HEX triplet: AC, 05 and 1E. RGB value is (172,5,30). Sum of RGB (Red+Green+Blue) = 172+5+30=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC051E is #53FAE1. Grayscale: #393939. Windows color (decimal): -5503714 or 1967532. OLE color: 1967532.

HSL color Cylindrical-coordinate representation of color #AC051E: hue angle of 351.02º degrees, saturation: 0.94, 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 #AC051E is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 30 -
CMYK 0 0.97 0.83 0.33
HSL 351.02º 0.94% 0.35% -
HSV(B) 351.02º 0.97% 0.67% -
XYZ 17.3 8.97 2.05 -
YUV 57.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 172 5 30 0 0.97 0.83 0.33 351.02 0.94 0.35
Hex AC 5 1E 0 61 53 21 15F 5E 23
Octal 254 5 36 0 141 123 41 537 136 43
Binary 10101100 101 11110 0 1100001 1010011 100001 101011111 1011110 100011

Color Harmonies of #AC051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC051E

Black with #AC051E

Text Example


Text Example

White with #AC051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC051E; }

 p { color: rgb(172,5,30); }

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

background-color css

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

 a { background-color: rgb(172,5,30); }

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

border-color css

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

 span { border-color: rgb(172,5,30); }

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