Html Css Color HEX #AC1234 Cardinal

📋 copy color: '#AC1234'

red 172 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #AC1234

Tints of Cardinal #AC1234

RGB

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

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

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

R = 71.07%
G = 7.44%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1234 (or 0xAC1234) is known color: Cardinal. HEX triplet: AC, 12 and 34. RGB value is (172,18,52). Sum of RGB (Red+Green+Blue) = 172+18+52=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1234 is #53EDCB. Grayscale: #434343. Windows color (decimal): -5500364 or 3412652. OLE color: 3412652.

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

Color convert

RGB 172 18 52 -
CMYK 0 0.90 0.70 0.33
HSL 346.75º 0.81% 0.37% -
HSV(B) 346.75º 0.9% 0.67% -
XYZ 17.85 9.45 4.13 -
YUV 67.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 172 18 52 0 0.90 0.70 0.33 346.75 0.81 0.37
Hex AC 12 34 0 5A 46 21 15B 51 25
Octal 254 22 64 0 132 106 41 533 121 45
Binary 10101100 10010 110100 0 1011010 1000110 100001 101011011 1010001 100101

Color Harmonies of #AC1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1234

Black with #AC1234

Text Example


Text Example

White with #AC1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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