Html Css Color HEX #AC0230 Carmine

📋 copy color: '#AC0230'

red 172 ◦ green 2 ◦ blue 48

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

Shades of Carmine #AC0230

Tints of Carmine #AC0230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 77.48%
G = 0.9%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC0230 (or 0xAC0230) is known color: Carmine. HEX triplet: AC, 02 and 30. RGB value is (172,2,48). Sum of RGB (Red+Green+Blue) = 172+2+48=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0230 is #53FDCF. Grayscale: #3A3A3A. Windows color (decimal): -5504464 or 3146412. OLE color: 3146412.

HSL color Cylindrical-coordinate representation of color #AC0230: hue angle of 343.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 #AC0230 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 48 -
CMYK 0 0.99 0.72 0.33
HSL 343.76º 0.98% 0.34% -
HSV(B) 343.76º 0.99% 0.67% -
XYZ 17.57 9.03 3.61 -
YUV 58.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 172 2 48 0 0.99 0.72 0.33 343.76 0.98 0.34
Hex AC 2 30 0 63 48 21 158 62 22
Octal 254 2 60 0 143 110 41 530 142 42
Binary 10101100 10 110000 0 1100011 1001000 100001 101011000 1100010 100010

Color Harmonies of #AC0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0230

Black with #AC0230

Text Example


Text Example

White with #AC0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0230; }

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

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

background-color css

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

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

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

border-color css

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

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

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