Html Css Color HEX #AC1A3E Cardinal

📋 copy color: '#AC1A3E'

red 172 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #AC1A3E

Tints of Cardinal #AC1A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 66.15%
G = 10%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC1A3E (or 0xAC1A3E) is known color: Cardinal. HEX triplet: AC, 1A and 3E. RGB value is (172,26,62). Sum of RGB (Red+Green+Blue) = 172+26+62=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A3E is #53E5C1. Grayscale: #494949. Windows color (decimal): -5498306 or 4070060. OLE color: 4070060.

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

Color convert

RGB 172 26 62 -
CMYK 0 0.85 0.64 0.33
HSL 345.21º 0.74% 0.39% -
HSV(B) 345.21º 0.85% 0.67% -
XYZ 18.25 9.86 5.5 -
YUV 73.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 172 26 62 0 0.85 0.64 0.33 345.21 0.74 0.39
Hex AC 1A 3E 0 55 40 21 159 4A 27
Octal 254 32 76 0 125 100 41 531 112 47
Binary 10101100 11010 111110 0 1010101 1000000 100001 101011001 1001010 100111

Color Harmonies of #AC1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A3E

Black with #AC1A3E

Text Example


Text Example

White with #AC1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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