Html Css Color HEX #AC183B Cardinal

📋 copy color: '#AC183B'

red 172 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #AC183B

Tints of Cardinal #AC183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 67.45%
G = 9.41%
B = 23.14%

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

#AC183B (or 0xAC183B) is known color: Cardinal. HEX triplet: AC, 18 and 3B. RGB value is (172,24,59). Sum of RGB (Red+Green+Blue) = 172+24+59=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC183B is #53E7C4. Grayscale: #484848. Windows color (decimal): -5498821 or 3872940. OLE color: 3872940.

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

Color convert

RGB 172 24 59 -
CMYK 0 0.86 0.66 0.33
HSL 345.81º 0.76% 0.38% -
HSV(B) 345.81º 0.86% 0.67% -
XYZ 18.13 9.74 5.06 -
YUV 72.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 172 24 59 0 0.86 0.66 0.33 345.81 0.76 0.38
Hex AC 18 3B 0 56 42 21 15A 4C 26
Octal 254 30 73 0 126 102 41 532 114 46
Binary 10101100 11000 111011 0 1010110 1000010 100001 101011010 1001100 100110

Color Harmonies of #AC183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC183B

Black with #AC183B

Text Example


Text Example

White with #AC183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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