Html Css Color HEX #AC0423 Carmine

📋 copy color: '#AC0423'

red 172 ◦ green 4 ◦ blue 35

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

Shades of Carmine #AC0423

Tints of Carmine #AC0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 81.52%
G = 1.9%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC0423 (or 0xAC0423) is known color: Carmine. HEX triplet: AC, 04 and 23. RGB value is (172,4,35). Sum of RGB (Red+Green+Blue) = 172+4+35=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0423 is #53FBDC. Grayscale: #393939. Windows color (decimal): -5503965 or 2294956. OLE color: 2294956.

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

Color convert

RGB 172 4 35 -
CMYK 0 0.98 0.80 0.33
HSL 348.93º 0.95% 0.35% -
HSV(B) 348.93º 0.98% 0.67% -
XYZ 17.36 8.98 2.41 -
YUV 57.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 172 4 35 0 0.98 0.80 0.33 348.93 0.95 0.35
Hex AC 4 23 0 62 50 21 15D 5F 23
Octal 254 4 43 0 142 120 41 535 137 43
Binary 10101100 100 100011 0 1100010 1010000 100001 101011101 1011111 100011

Color Harmonies of #AC0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0423

Black with #AC0423

Text Example


Text Example

White with #AC0423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0423; }

 p { color: rgb(172,4,35); }

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

background-color css

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

 a { background-color: rgb(172,4,35); }

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

border-color css

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

 span { border-color: rgb(172,4,35); }

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