Html Css Color HEX #AC050F Carmine

📋 copy color: '#AC050F'

red 172 ◦ green 5 ◦ blue 15

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

Shades of Carmine #AC050F

Tints of Carmine #AC050F

RGB

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

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

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

R = 89.58%
G = 2.6%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC050F (or 0xAC050F) is known color: Carmine. HEX triplet: AC, 05 and 0F. RGB value is (172,5,15). Sum of RGB (Red+Green+Blue) = 172+5+15=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC050F is #53FAF0. Grayscale: #383838. Windows color (decimal): -5503729 or 984492. OLE color: 984492.

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

Color convert

RGB 172 5 15 -
CMYK 0 0.97 0.91 0.33
HSL 356.41º 0.94% 0.35% -
HSV(B) 356.41º 0.97% 0.67% -
XYZ 17.15 8.91 1.27 -
YUV 56.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 172 5 15 0 0.97 0.91 0.33 356.41 0.94 0.35
Hex AC 5 F 0 61 5B 21 164 5E 23
Octal 254 5 17 0 141 133 41 544 136 43
Binary 10101100 101 1111 0 1100001 1011011 100001 101100100 1011110 100011

Color Harmonies of #AC050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC050F

Black with #AC050F

Text Example


Text Example

White with #AC050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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