Html Css Color HEX #AC1824 Cardinal

📋 copy color: '#AC1824'

red 172 ◦ green 24 ◦ blue 36

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

Shades of Cardinal #AC1824

Tints of Cardinal #AC1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 74.14%
G = 10.34%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC1824 (or 0xAC1824) is known color: Cardinal. HEX triplet: AC, 18 and 24. RGB value is (172,24,36). Sum of RGB (Red+Green+Blue) = 172+24+36=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1824 is #53E7DB. Grayscale: #454545. Windows color (decimal): -5498844 or 2365612. OLE color: 2365612.

HSL color Cylindrical-coordinate representation of color #AC1824: hue angle of 355.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1824 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 36 -
CMYK 0 0.86 0.79 0.33
HSL 355.14º 0.76% 0.38% -
HSV(B) 355.14º 0.86% 0.67% -
XYZ 17.66 9.55 2.58 -
YUV 69.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 172 24 36 0 0.86 0.79 0.33 355.14 0.76 0.38
Hex AC 18 24 0 56 4F 21 163 4C 26
Octal 254 30 44 0 126 117 41 543 114 46
Binary 10101100 11000 100100 0 1010110 1001111 100001 101100011 1001100 100110

Color Harmonies of #AC1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1824

Black with #AC1824

Text Example


Text Example

White with #AC1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1824; }

 p { color: rgb(172,24,36); }

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

background-color css

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

 a { background-color: rgb(172,24,36); }

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

border-color css

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

 span { border-color: rgb(172,24,36); }

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