Html Css Color HEX #AC183A Cardinal

📋 copy color: '#AC183A'

red 172 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #AC183A

Tints of Cardinal #AC183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 67.72%
G = 9.45%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC183A (or 0xAC183A) is known color: Cardinal. HEX triplet: AC, 18 and 3A. RGB value is (172,24,58). Sum of RGB (Red+Green+Blue) = 172+24+58=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC183A is #53E7C5. Grayscale: #484848. Windows color (decimal): -5498822 or 3807404. OLE color: 3807404.

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

Color convert

RGB 172 24 58 -
CMYK 0 0.86 0.66 0.33
HSL 346.22º 0.76% 0.38% -
HSV(B) 346.22º 0.86% 0.67% -
XYZ 18.1 9.73 4.93 -
YUV 72.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 172 24 58 0 0.86 0.66 0.33 346.22 0.76 0.38
Hex AC 18 3A 0 56 42 21 15A 4C 26
Octal 254 30 72 0 126 102 41 532 114 46
Binary 10101100 11000 111010 0 1010110 1000010 100001 101011010 1001100 100110

Color Harmonies of #AC183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC183A

Black with #AC183A

Text Example


Text Example

White with #AC183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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