Html Css Color HEX #AC1039 Cardinal

📋 copy color: '#AC1039'

red 172 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #AC1039

Tints of Cardinal #AC1039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 70.2%
G = 6.53%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1039 (or 0xAC1039) is known color: Cardinal. HEX triplet: AC, 10 and 39. RGB value is (172,16,57). Sum of RGB (Red+Green+Blue) = 172+16+57=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1039 is #53EFC6. Grayscale: #434343. Windows color (decimal): -5500871 or 3739820. OLE color: 3739820.

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

Color convert

RGB 172 16 57 -
CMYK 0 0.91 0.67 0.33
HSL 344.23º 0.83% 0.37% -
HSV(B) 344.23º 0.91% 0.67% -
XYZ 17.94 9.44 4.75 -
YUV 67.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 172 16 57 0 0.91 0.67 0.33 344.23 0.83 0.37
Hex AC 10 39 0 5B 43 21 158 53 25
Octal 254 20 71 0 133 103 41 530 123 45
Binary 10101100 10000 111001 0 1011011 1000011 100001 101011000 1010011 100101

Color Harmonies of #AC1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1039

Black with #AC1039

Text Example


Text Example

White with #AC1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1039; }

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

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

background-color css

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

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

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

border-color css

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

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

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