Html Css Color HEX #AC2436 Cardinal

📋 copy color: '#AC2436'

red 172 ◦ green 36 ◦ blue 54

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

Shades of Cardinal #AC2436

Tints of Cardinal #AC2436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 65.65%
G = 13.74%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2436 (or 0xAC2436) is known color: Cardinal. HEX triplet: AC, 24 and 36. RGB value is (172,36,54). Sum of RGB (Red+Green+Blue) = 172+36+54=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2436 is #53DBC9. Grayscale: #4E4E4E. Windows color (decimal): -5495754 or 3548332. OLE color: 3548332.

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

Color convert

RGB 172 36 54 -
CMYK 0 0.79 0.69 0.33
HSL 352.06º 0.65% 0.41% -
HSV(B) 352.06º 0.79% 0.67% -
XYZ 18.31 10.3 4.51 -
YUV 78.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 172 36 54 0 0.79 0.69 0.33 352.06 0.65 0.41
Hex AC 24 36 0 4F 45 21 160 41 29
Octal 254 44 66 0 117 105 41 540 101 51
Binary 10101100 100100 110110 0 1001111 1000101 100001 101100000 1000001 101001

Color Harmonies of #AC2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2436

Black with #AC2436

Text Example


Text Example

White with #AC2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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