Html Css Color HEX #AC1235 Cardinal

📋 copy color: '#AC1235'

red 172 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #AC1235

Tints of Cardinal #AC1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 70.78%
G = 7.41%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1235 (or 0xAC1235) is known color: Cardinal. HEX triplet: AC, 12 and 35. RGB value is (172,18,53). Sum of RGB (Red+Green+Blue) = 172+18+53=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1235 is #53EDCA. Grayscale: #444444. Windows color (decimal): -5500363 or 3478188. OLE color: 3478188.

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

Color convert

RGB 172 18 53 -
CMYK 0 0.90 0.69 0.33
HSL 346.36º 0.81% 0.37% -
HSV(B) 346.36º 0.9% 0.67% -
XYZ 17.87 9.46 4.25 -
YUV 68.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 172 18 53 0 0.90 0.69 0.33 346.36 0.81 0.37
Hex AC 12 35 0 5A 45 21 15A 51 25
Octal 254 22 65 0 132 105 41 532 121 45
Binary 10101100 10010 110101 0 1011010 1000101 100001 101011010 1010001 100101

Color Harmonies of #AC1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1235

Black with #AC1235

Text Example


Text Example

White with #AC1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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