Html Css Color HEX #AC1A3C Cardinal

📋 copy color: '#AC1A3C'

red 172 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #AC1A3C

Tints of Cardinal #AC1A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 66.67%
G = 10.08%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC1A3C (or 0xAC1A3C) is known color: Cardinal. HEX triplet: AC, 1A and 3C. RGB value is (172,26,60). Sum of RGB (Red+Green+Blue) = 172+26+60=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A3C is #53E5C3. Grayscale: #494949. Windows color (decimal): -5498308 or 3938988. OLE color: 3938988.

HSL color Cylindrical-coordinate representation of color #AC1A3C: hue angle of 346.03º degrees, saturation: 0.74, 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 #AC1A3C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 60 -
CMYK 0 0.85 0.65 0.33
HSL 346.03º 0.74% 0.39% -
HSV(B) 346.03º 0.85% 0.67% -
XYZ 18.2 9.84 5.21 -
YUV 73.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 172 26 60 0 0.85 0.65 0.33 346.03 0.74 0.39
Hex AC 1A 3C 0 55 41 21 15A 4A 27
Octal 254 32 74 0 125 101 41 532 112 47
Binary 10101100 11010 111100 0 1010101 1000001 100001 101011010 1001010 100111

Color Harmonies of #AC1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A3C

Black with #AC1A3C

Text Example


Text Example

White with #AC1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A3C; }

 p { color: rgb(172,26,60); }

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

background-color css

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

 a { background-color: rgb(172,26,60); }

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

border-color css

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

 span { border-color: rgb(172,26,60); }

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