Html Css Color HEX #AC183C Cardinal

📋 copy color: '#AC183C'

red 172 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #AC183C

Tints of Cardinal #AC183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 67.19%
G = 9.38%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC183C (or 0xAC183C) is known color: Cardinal. HEX triplet: AC, 18 and 3C. RGB value is (172,24,60). Sum of RGB (Red+Green+Blue) = 172+24+60=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC183C is #53E7C3. Grayscale: #484848. Windows color (decimal): -5498820 or 3938476. OLE color: 3938476.

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

Color convert

RGB 172 24 60 -
CMYK 0 0.86 0.65 0.33
HSL 345.41º 0.76% 0.38% -
HSV(B) 345.41º 0.86% 0.67% -
XYZ 18.16 9.75 5.2 -
YUV 72.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 172 24 60 0 0.86 0.65 0.33 345.41 0.76 0.38
Hex AC 18 3C 0 56 41 21 159 4C 26
Octal 254 30 74 0 126 101 41 531 114 46
Binary 10101100 11000 111100 0 1010110 1000001 100001 101011001 1001100 100110

Color Harmonies of #AC183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC183C

Black with #AC183C

Text Example


Text Example

White with #AC183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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