Html Css Color HEX #AC183D Cardinal

📋 copy color: '#AC183D'

red 172 ◦ green 24 ◦ blue 61

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

Shades of Cardinal #AC183D

Tints of Cardinal #AC183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 66.93%
G = 9.34%
B = 23.74%

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

#AC183D (or 0xAC183D) is known color: Cardinal. HEX triplet: AC, 18 and 3D. RGB value is (172,24,61). Sum of RGB (Red+Green+Blue) = 172+24+61=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC183D is #53E7C2. Grayscale: #484848. Windows color (decimal): -5498819 or 4004012. OLE color: 4004012.

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

Color convert

RGB 172 24 61 -
CMYK 0 0.86 0.65 0.33
HSL 345º 0.76% 0.38% -
HSV(B) 345º 0.86% 0.67% -
XYZ 18.18 9.76 5.34 -
YUV 72.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 172 24 61 0 0.86 0.65 0.33 345 0.76 0.38
Hex AC 18 3D 0 56 41 21 159 4C 26
Octal 254 30 75 0 126 101 41 531 114 46
Binary 10101100 11000 111101 0 1010110 1000001 100001 101011001 1001100 100110

Color Harmonies of #AC183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC183D

Black with #AC183D

Text Example


Text Example

White with #AC183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC183D; }

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

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

background-color css

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

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

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

border-color css

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

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

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