Html Css Color HEX #AC1539 Cardinal

📋 copy color: '#AC1539'

red 172 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #AC1539

Tints of Cardinal #AC1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 68.8%
G = 8.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1539 (or 0xAC1539) is known color: Cardinal. HEX triplet: AC, 15 and 39. RGB value is (172,21,57). Sum of RGB (Red+Green+Blue) = 172+21+57=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1539 is #53EAC6. Grayscale: #464646. Windows color (decimal): -5499591 or 3741100. OLE color: 3741100.

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

Color convert

RGB 172 21 57 -
CMYK 0 0.88 0.67 0.33
HSL 345.7º 0.78% 0.38% -
HSV(B) 345.7º 0.88% 0.67% -
XYZ 18.02 9.6 4.77 -
YUV 70.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 172 21 57 0 0.88 0.67 0.33 345.7 0.78 0.38
Hex AC 15 39 0 58 43 21 15A 4E 26
Octal 254 25 71 0 130 103 41 532 116 46
Binary 10101100 10101 111001 0 1011000 1000011 100001 101011010 1001110 100110

Color Harmonies of #AC1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1539

Black with #AC1539

Text Example


Text Example

White with #AC1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1539; }

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

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

background-color css

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

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

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

border-color css

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

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

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