Html Css Color HEX #AC1833 Cardinal

📋 copy color: '#AC1833'

red 172 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #AC1833

Tints of Cardinal #AC1833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 69.64%
G = 9.72%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1833 (or 0xAC1833) is known color: Cardinal. HEX triplet: AC, 18 and 33. RGB value is (172,24,51). Sum of RGB (Red+Green+Blue) = 172+24+51=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1833 is #53E7CC. Grayscale: #474747. Windows color (decimal): -5498829 or 3348652. OLE color: 3348652.

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

Color convert

RGB 172 24 51 -
CMYK 0 0.86 0.70 0.33
HSL 349.05º 0.76% 0.38% -
HSV(B) 349.05º 0.86% 0.67% -
XYZ 17.94 9.66 4.05 -
YUV 71.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 172 24 51 0 0.86 0.70 0.33 349.05 0.76 0.38
Hex AC 18 33 0 56 46 21 15D 4C 26
Octal 254 30 63 0 126 106 41 535 114 46
Binary 10101100 11000 110011 0 1010110 1000110 100001 101011101 1001100 100110

Color Harmonies of #AC1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1833

Black with #AC1833

Text Example


Text Example

White with #AC1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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