Html Css Color HEX #AC1534 Cardinal

📋 copy color: '#AC1534'

red 172 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #AC1534

Tints of Cardinal #AC1534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 70.2%
G = 8.57%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1534 (or 0xAC1534) is known color: Cardinal. HEX triplet: AC, 15 and 34. RGB value is (172,21,52). Sum of RGB (Red+Green+Blue) = 172+21+52=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1534 is #53EACB. Grayscale: #454545. Windows color (decimal): -5499596 or 3413420. OLE color: 3413420.

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

Color convert

RGB 172 21 52 -
CMYK 0 0.88 0.70 0.33
HSL 347.68º 0.78% 0.38% -
HSV(B) 347.68º 0.88% 0.67% -
XYZ 17.9 9.55 4.15 -
YUV 69.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 172 21 52 0 0.88 0.70 0.33 347.68 0.78 0.38
Hex AC 15 34 0 58 46 21 15C 4E 26
Octal 254 25 64 0 130 106 41 534 116 46
Binary 10101100 10101 110100 0 1011000 1000110 100001 101011100 1001110 100110

Color Harmonies of #AC1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1534

Black with #AC1534

Text Example


Text Example

White with #AC1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1534; }

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

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

background-color css

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

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

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

border-color css

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

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

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