Html Css Color HEX #AC2235 Cardinal

📋 copy color: '#AC2235'

red 172 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #AC2235

Tints of Cardinal #AC2235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 66.41%
G = 13.13%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2235 (or 0xAC2235) is known color: Cardinal. HEX triplet: AC, 22 and 35. RGB value is (172,34,53). Sum of RGB (Red+Green+Blue) = 172+34+53=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2235 is #53DDCA. Grayscale: #4D4D4D. Windows color (decimal): -5496267 or 3482284. OLE color: 3482284.

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

Color convert

RGB 172 34 53 -
CMYK 0 0.80 0.69 0.33
HSL 351.74º 0.67% 0.4% -
HSV(B) 351.74º 0.8% 0.67% -
XYZ 18.23 10.17 4.37 -
YUV 77.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 172 34 53 0 0.80 0.69 0.33 351.74 0.67 0.4
Hex AC 22 35 0 50 45 21 160 43 28
Octal 254 42 65 0 120 105 41 540 103 50
Binary 10101100 100010 110101 0 1010000 1000101 100001 101100000 1000011 101000

Color Harmonies of #AC2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2235

Black with #AC2235

Text Example


Text Example

White with #AC2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2235; }

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

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

background-color css

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

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

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

border-color css

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

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

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