Html Css Color HEX #AC2438 Cardinal

📋 copy color: '#AC2438'

red 172 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #AC2438

Tints of Cardinal #AC2438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 65.15%
G = 13.64%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC2438 (or 0xAC2438) is known color: Cardinal. HEX triplet: AC, 24 and 38. RGB value is (172,36,56). Sum of RGB (Red+Green+Blue) = 172+36+56=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2438 is #53DBC7. Grayscale: #4F4F4F. Windows color (decimal): -5495752 or 3679404. OLE color: 3679404.

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

Color convert

RGB 172 36 56 -
CMYK 0 0.79 0.67 0.33
HSL 351.18º 0.65% 0.41% -
HSV(B) 351.18º 0.79% 0.67% -
XYZ 18.36 10.32 4.77 -
YUV 78.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 172 36 56 0 0.79 0.67 0.33 351.18 0.65 0.41
Hex AC 24 38 0 4F 43 21 15F 41 29
Octal 254 44 70 0 117 103 41 537 101 51
Binary 10101100 100100 111000 0 1001111 1000011 100001 101011111 1000001 101001

Color Harmonies of #AC2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2438

Black with #AC2438

Text Example


Text Example

White with #AC2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2438; }

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

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

background-color css

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

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

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

border-color css

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

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

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