Html Css Color HEX #AC1638 Cardinal

📋 copy color: '#AC1638'

red 172 ◦ green 22 ◦ blue 56

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

Shades of Cardinal #AC1638

Tints of Cardinal #AC1638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 68.8%
G = 8.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1638 (or 0xAC1638) is known color: Cardinal. HEX triplet: AC, 16 and 38. RGB value is (172,22,56). Sum of RGB (Red+Green+Blue) = 172+22+56=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1638 is #53E9C7. Grayscale: #464646. Windows color (decimal): -5499336 or 3675820. OLE color: 3675820.

HSL color Cylindrical-coordinate representation of color #AC1638: hue angle of 346.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 #AC1638 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 56 -
CMYK 0 0.87 0.67 0.33
HSL 346.4º 0.77% 0.38% -
HSV(B) 346.4º 0.87% 0.67% -
XYZ 18.01 9.63 4.65 -
YUV 70.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 172 22 56 0 0.87 0.67 0.33 346.4 0.77 0.38
Hex AC 16 38 0 57 43 21 15A 4D 26
Octal 254 26 70 0 127 103 41 532 115 46
Binary 10101100 10110 111000 0 1010111 1000011 100001 101011010 1001101 100110

Color Harmonies of #AC1638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1638

Black with #AC1638

Text Example


Text Example

White with #AC1638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1638; }

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

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

background-color css

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

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

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

border-color css

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

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

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