Html Css Color HEX #AC1827 Cardinal

📋 copy color: '#AC1827'

red 172 ◦ green 24 ◦ blue 39

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

Shades of Cardinal #AC1827

Tints of Cardinal #AC1827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 73.19%
G = 10.21%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1827 (or 0xAC1827) is known color: Cardinal. HEX triplet: AC, 18 and 27. RGB value is (172,24,39). Sum of RGB (Red+Green+Blue) = 172+24+39=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1827 is #53E7D8. Grayscale: #464646. Windows color (decimal): -5498841 or 2562220. OLE color: 2562220.

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

Color convert

RGB 172 24 39 -
CMYK 0 0.86 0.77 0.33
HSL 353.92º 0.76% 0.38% -
HSV(B) 353.92º 0.86% 0.67% -
XYZ 17.71 9.57 2.83 -
YUV 69.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 172 24 39 0 0.86 0.77 0.33 353.92 0.76 0.38
Hex AC 18 27 0 56 4D 21 162 4C 26
Octal 254 30 47 0 126 115 41 542 114 46
Binary 10101100 11000 100111 0 1010110 1001101 100001 101100010 1001100 100110

Color Harmonies of #AC1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1827

Black with #AC1827

Text Example


Text Example

White with #AC1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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