Html Css Color HEX #AC182A Cardinal

📋 copy color: '#AC182A'

red 172 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #AC182A

Tints of Cardinal #AC182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 72.27%
G = 10.08%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC182A (or 0xAC182A) is known color: Cardinal. HEX triplet: AC, 18 and 2A. RGB value is (172,24,42). Sum of RGB (Red+Green+Blue) = 172+24+42=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC182A is #53E7D5. Grayscale: #464646. Windows color (decimal): -5498838 or 2758828. OLE color: 2758828.

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

Color convert

RGB 172 24 42 -
CMYK 0 0.86 0.76 0.33
HSL 352.7º 0.76% 0.38% -
HSV(B) 352.7º 0.86% 0.67% -
XYZ 17.76 9.59 3.11 -
YUV 70.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 172 24 42 0 0.86 0.76 0.33 352.7 0.76 0.38
Hex AC 18 2A 0 56 4C 21 161 4C 26
Octal 254 30 52 0 126 114 41 541 114 46
Binary 10101100 11000 101010 0 1010110 1001100 100001 101100001 1001100 100110

Color Harmonies of #AC182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC182A

Black with #AC182A

Text Example


Text Example

White with #AC182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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