Html Css Color HEX #AC1633 Cardinal

📋 copy color: '#AC1633'

red 172 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #AC1633

Tints of Cardinal #AC1633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

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

R = 70.2%
G = 8.98%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1633 (or 0xAC1633) is known color: Cardinal. HEX triplet: AC, 16 and 33. RGB value is (172,22,51). Sum of RGB (Red+Green+Blue) = 172+22+51=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1633 is #53E9CC. Grayscale: #464646. Windows color (decimal): -5499341 or 3348140. OLE color: 3348140.

HSL color Cylindrical-coordinate representation of color #AC1633: hue angle of 348.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1633 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 51 -
CMYK 0 0.87 0.70 0.33
HSL 348.4º 0.77% 0.38% -
HSV(B) 348.4º 0.87% 0.67% -
XYZ 17.9 9.58 4.04 -
YUV 70.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 172 22 51 0 0.87 0.70 0.33 348.4 0.77 0.38
Hex AC 16 33 0 57 46 21 15C 4D 26
Octal 254 26 63 0 127 106 41 534 115 46
Binary 10101100 10110 110011 0 1010111 1000110 100001 101011100 1001101 100110

Color Harmonies of #AC1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1633

Black with #AC1633

Text Example


Text Example

White with #AC1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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