Html Css Color HEX #AC1541 Cardinal

📋 copy color: '#AC1541'

red 172 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #AC1541

Tints of Cardinal #AC1541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 66.67%
G = 8.14%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC1541 (or 0xAC1541) is known color: Cardinal. HEX triplet: AC, 15 and 41. RGB value is (172,21,65). Sum of RGB (Red+Green+Blue) = 172+21+65=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1541 is #53EABE. Grayscale: #474747. Windows color (decimal): -5499583 or 4265388. OLE color: 4265388.

HSL color Cylindrical-coordinate representation of color #AC1541: hue angle of 342.52º 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 #AC1541 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 65 -
CMYK 0 0.88 0.62 0.33
HSL 342.52º 0.78% 0.38% -
HSV(B) 342.52º 0.88% 0.67% -
XYZ 18.24 9.69 5.91 -
YUV 71.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 172 21 65 0 0.88 0.62 0.33 342.52 0.78 0.38
Hex AC 15 41 0 58 3E 21 157 4E 26
Octal 254 25 101 0 130 76 41 527 116 46
Binary 10101100 10101 1000001 0 1011000 111110 100001 101010111 1001110 100110

Color Harmonies of #AC1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1541

Black with #AC1541

Text Example


Text Example

White with #AC1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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