Html Css Color HEX #AC030F Carmine

📋 copy color: '#AC030F'

red 172 ◦ green 3 ◦ blue 15

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

Shades of Carmine #AC030F

Tints of Carmine #AC030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 90.53%
G = 1.58%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC030F (or 0xAC030F) is known color: Carmine. HEX triplet: AC, 03 and 0F. RGB value is (172,3,15). Sum of RGB (Red+Green+Blue) = 172+3+15=190 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.53% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 172 - color contains mainly: red. Hex color #AC030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC030F is #53FCF0. Grayscale: #373737. Windows color (decimal): -5504241 or 983980. OLE color: 983980.

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

Color convert

RGB 172 3 15 -
CMYK 0 0.98 0.91 0.33
HSL 355.74º 0.97% 0.34% -
HSV(B) 355.74º 0.98% 0.67% -
XYZ 17.13 8.87 1.26 -
YUV 54.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 172 3 15 0 0.98 0.91 0.33 355.74 0.97 0.34
Hex AC 3 F 0 62 5B 21 164 61 22
Octal 254 3 17 0 142 133 41 544 141 42
Binary 10101100 11 1111 0 1100010 1011011 100001 101100100 1100001 100010

Color Harmonies of #AC030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC030F

Black with #AC030F

Text Example


Text Example

White with #AC030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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