Html Css Color HEX #AC183E Cardinal

📋 copy color: '#AC183E'

red 172 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #AC183E

Tints of Cardinal #AC183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 66.67%
G = 9.3%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC183E (or 0xAC183E) is known color: Cardinal. HEX triplet: AC, 18 and 3E. RGB value is (172,24,62). Sum of RGB (Red+Green+Blue) = 172+24+62=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC183E is #53E7C1. Grayscale: #484848. Windows color (decimal): -5498818 or 4069548. OLE color: 4069548.

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

Color convert

RGB 172 24 62 -
CMYK 0 0.86 0.64 0.33
HSL 344.59º 0.76% 0.38% -
HSV(B) 344.59º 0.86% 0.67% -
XYZ 18.21 9.77 5.48 -
YUV 72.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 172 24 62 0 0.86 0.64 0.33 344.59 0.76 0.38
Hex AC 18 3E 0 56 40 21 159 4C 26
Octal 254 30 76 0 126 100 41 531 114 46
Binary 10101100 11000 111110 0 1010110 1000000 100001 101011001 1001100 100110

Color Harmonies of #AC183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC183E

Black with #AC183E

Text Example


Text Example

White with #AC183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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