Html Css Color HEX #AC1C38 Cardinal

📋 copy color: '#AC1C38'

red 172 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #AC1C38

Tints of Cardinal #AC1C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

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

R = 67.19%
G = 10.94%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1C38 (or 0xAC1C38) is known color: Cardinal. HEX triplet: AC, 1C and 38. RGB value is (172,28,56). Sum of RGB (Red+Green+Blue) = 172+28+56=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C38 is #53E3C7. Grayscale: #4A4A4A. Windows color (decimal): -5497800 or 3677356. OLE color: 3677356.

HSL color Cylindrical-coordinate representation of color #AC1C38: hue angle of 348.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C38 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 56 -
CMYK 0 0.84 0.67 0.33
HSL 348.33º 0.72% 0.39% -
HSV(B) 348.33º 0.84% 0.67% -
XYZ 18.14 9.89 4.69 -
YUV 74.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 172 28 56 0 0.84 0.67 0.33 348.33 0.72 0.39
Hex AC 1C 38 0 54 43 21 15C 48 27
Octal 254 34 70 0 124 103 41 534 110 47
Binary 10101100 11100 111000 0 1010100 1000011 100001 101011100 1001000 100111

Color Harmonies of #AC1C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C38

Black with #AC1C38

Text Example


Text Example

White with #AC1C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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