Html Css Color HEX #AC1040 Cardinal

📋 copy color: '#AC1040'

red 172 ◦ green 16 ◦ blue 64

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

Shades of Cardinal #AC1040

Tints of Cardinal #AC1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 68.25%
G = 6.35%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1040 (or 0xAC1040) is known color: Cardinal. HEX triplet: AC, 10 and 40. RGB value is (172,16,64). Sum of RGB (Red+Green+Blue) = 172+16+64=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1040 is #53EFBF. Grayscale: #444444. Windows color (decimal): -5500864 or 4198572. OLE color: 4198572.

HSL color Cylindrical-coordinate representation of color #AC1040: hue angle of 341.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1040 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 64 -
CMYK 0 0.91 0.63 0.33
HSL 341.54º 0.83% 0.37% -
HSV(B) 341.54º 0.91% 0.67% -
XYZ 18.12 9.51 5.73 -
YUV 68.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 172 16 64 0 0.91 0.63 0.33 341.54 0.83 0.37
Hex AC 10 40 0 5B 3F 21 156 53 25
Octal 254 20 100 0 133 77 41 526 123 45
Binary 10101100 10000 1000000 0 1011011 111111 100001 101010110 1010011 100101

Color Harmonies of #AC1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1040

Black with #AC1040

Text Example


Text Example

White with #AC1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1040; }

 p { color: rgb(172,16,64); }

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

background-color css

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

 a { background-color: rgb(172,16,64); }

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

border-color css

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

 span { border-color: rgb(172,16,64); }

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