Html Css Color HEX #AC183F Cardinal

📋 copy color: '#AC183F'

red 172 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #AC183F

Tints of Cardinal #AC183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.32%

R = 66.41%
G = 9.27%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC183F (or 0xAC183F) is known color: Cardinal. HEX triplet: AC, 18 and 3F. RGB value is (172,24,63). Sum of RGB (Red+Green+Blue) = 172+24+63=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC183F is #53E7C0. Grayscale: #484848. Windows color (decimal): -5498817 or 4135084. OLE color: 4135084.

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

Color convert

RGB 172 24 63 -
CMYK 0 0.86 0.63 0.33
HSL 344.19º 0.76% 0.38% -
HSV(B) 344.19º 0.86% 0.67% -
XYZ 18.24 9.78 5.63 -
YUV 72.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 172 24 63 0 0.86 0.63 0.33 344.19 0.76 0.38
Hex AC 18 3F 0 56 3F 21 158 4C 26
Octal 254 30 77 0 126 77 41 530 114 46
Binary 10101100 11000 111111 0 1010110 111111 100001 101011000 1001100 100110

Color Harmonies of #AC183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC183F

Black with #AC183F

Text Example


Text Example

White with #AC183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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