Html Css Color HEX #AC1034 Cardinal

📋 copy color: '#AC1034'

red 172 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #AC1034

Tints of Cardinal #AC1034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 71.67%
G = 6.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1034 (or 0xAC1034) is known color: Cardinal. HEX triplet: AC, 10 and 34. RGB value is (172,16,52). Sum of RGB (Red+Green+Blue) = 172+16+52=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1034 is #53EFCB. Grayscale: #424242. Windows color (decimal): -5500876 or 3412140. OLE color: 3412140.

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

Color convert

RGB 172 16 52 -
CMYK 0 0.91 0.70 0.33
HSL 346.15º 0.83% 0.37% -
HSV(B) 346.15º 0.91% 0.67% -
XYZ 17.82 9.39 4.12 -
YUV 66.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 172 16 52 0 0.91 0.70 0.33 346.15 0.83 0.37
Hex AC 10 34 0 5B 46 21 15A 53 25
Octal 254 20 64 0 133 106 41 532 123 45
Binary 10101100 10000 110100 0 1011011 1000110 100001 101011010 1010011 100101

Color Harmonies of #AC1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1034

Black with #AC1034

Text Example


Text Example

White with #AC1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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