Html Css Color HEX #AC1A3A Cardinal

📋 copy color: '#AC1A3A'

red 172 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #AC1A3A

Tints of Cardinal #AC1A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 67.19%
G = 10.16%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC1A3A (or 0xAC1A3A) is known color: Cardinal. HEX triplet: AC, 1A and 3A. RGB value is (172,26,58). Sum of RGB (Red+Green+Blue) = 172+26+58=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A3A is #53E5C5. Grayscale: #494949. Windows color (decimal): -5498310 or 3807916. OLE color: 3807916.

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

Color convert

RGB 172 26 58 -
CMYK 0 0.85 0.66 0.33
HSL 346.85º 0.74% 0.39% -
HSV(B) 346.85º 0.85% 0.67% -
XYZ 18.15 9.81 4.94 -
YUV 73.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 172 26 58 0 0.85 0.66 0.33 346.85 0.74 0.39
Hex AC 1A 3A 0 55 42 21 15B 4A 27
Octal 254 32 72 0 125 102 41 533 112 47
Binary 10101100 11010 111010 0 1010101 1000010 100001 101011011 1001010 100111

Color Harmonies of #AC1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A3A

Black with #AC1A3A

Text Example


Text Example

White with #AC1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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