Html Css Color HEX #AC2336 Cardinal

📋 copy color: '#AC2336'

red 172 ◦ green 35 ◦ blue 54

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

Shades of Cardinal #AC2336

Tints of Cardinal #AC2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 65.9%
G = 13.41%
B = 20.69%

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

#AC2336 (or 0xAC2336) is known color: Cardinal. HEX triplet: AC, 23 and 36. RGB value is (172,35,54). Sum of RGB (Red+Green+Blue) = 172+35+54=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2336 is #53DCC9. Grayscale: #4E4E4E. Windows color (decimal): -5496010 or 3548076. OLE color: 3548076.

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

Color convert

RGB 172 35 54 -
CMYK 0 0.80 0.69 0.33
HSL 351.68º 0.66% 0.41% -
HSV(B) 351.68º 0.8% 0.67% -
XYZ 18.28 10.24 4.5 -
YUV 78.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 172 35 54 0 0.80 0.69 0.33 351.68 0.66 0.41
Hex AC 23 36 0 50 45 21 160 42 29
Octal 254 43 66 0 120 105 41 540 102 51
Binary 10101100 100011 110110 0 1010000 1000101 100001 101100000 1000010 101001

Color Harmonies of #AC2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2336

Black with #AC2336

Text Example


Text Example

White with #AC2336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2336; }

 p { color: rgb(172,35,54); }

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

background-color css

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

 a { background-color: rgb(172,35,54); }

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

border-color css

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

 span { border-color: rgb(172,35,54); }

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