Html Css Color HEX #AC1939 Cardinal

📋 copy color: '#AC1939'

red 172 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #AC1939

Tints of Cardinal #AC1939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 67.72%
G = 9.84%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1939 (or 0xAC1939) is known color: Cardinal. HEX triplet: AC, 19 and 39. RGB value is (172,25,57). Sum of RGB (Red+Green+Blue) = 172+25+57=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1939 is #53E6C6. Grayscale: #484848. Windows color (decimal): -5498567 or 3742124. OLE color: 3742124.

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

Color convert

RGB 172 25 57 -
CMYK 0 0.85 0.67 0.33
HSL 346.94º 0.75% 0.39% -
HSV(B) 346.94º 0.85% 0.67% -
XYZ 18.1 9.76 4.8 -
YUV 72.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 172 25 57 0 0.85 0.67 0.33 346.94 0.75 0.39
Hex AC 19 39 0 55 43 21 15B 4B 27
Octal 254 31 71 0 125 103 41 533 113 47
Binary 10101100 11001 111001 0 1010101 1000011 100001 101011011 1001011 100111

Color Harmonies of #AC1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1939

Black with #AC1939

Text Example


Text Example

White with #AC1939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1939; }

 p { color: rgb(172,25,57); }

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

background-color css

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

 a { background-color: rgb(172,25,57); }

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

border-color css

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

 span { border-color: rgb(172,25,57); }

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