Html Css Color HEX #AC2035 Cardinal

📋 copy color: '#AC2035'

red 172 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #AC2035

Tints of Cardinal #AC2035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 66.93%
G = 12.45%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2035 (or 0xAC2035) is known color: Cardinal. HEX triplet: AC, 20 and 35. RGB value is (172,32,53). Sum of RGB (Red+Green+Blue) = 172+32+53=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2035 is #53DFCA. Grayscale: #4C4C4C. Windows color (decimal): -5496779 or 3481772. OLE color: 3481772.

HSL color Cylindrical-coordinate representation of color #AC2035: hue angle of 351º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2035 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 53 -
CMYK 0 0.81 0.69 0.33
HSL 351º 0.69% 0.4% -
HSV(B) 351º 0.81% 0.67% -
XYZ 18.17 10.06 4.35 -
YUV 76.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 172 32 53 0 0.81 0.69 0.33 351 0.69 0.4
Hex AC 20 35 0 51 45 21 15F 45 28
Octal 254 40 65 0 121 105 41 537 105 50
Binary 10101100 100000 110101 0 1010001 1000101 100001 101011111 1000101 101000

Color Harmonies of #AC2035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2035

Black with #AC2035

Text Example


Text Example

White with #AC2035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2035; }

 p { color: rgb(172,32,53); }

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

background-color css

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

 a { background-color: rgb(172,32,53); }

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

border-color css

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

 span { border-color: rgb(172,32,53); }

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