Html Css Color HEX #AC2636 Cardinal

📋 copy color: '#AC2636'

red 172 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #AC2636

Tints of Cardinal #AC2636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

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

R = 65.15%
G = 14.39%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2636 (or 0xAC2636) is known color: Cardinal. HEX triplet: AC, 26 and 36. RGB value is (172,38,54). Sum of RGB (Red+Green+Blue) = 172+38+54=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2636 is #53D9C9. Grayscale: #4F4F4F. Windows color (decimal): -5495242 or 3548844. OLE color: 3548844.

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

Color convert

RGB 172 38 54 -
CMYK 0 0.78 0.69 0.33
HSL 352.84º 0.64% 0.41% -
HSV(B) 352.84º 0.78% 0.67% -
XYZ 18.37 10.42 4.53 -
YUV 79.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 172 38 54 0 0.78 0.69 0.33 352.84 0.64 0.41
Hex AC 26 36 0 4E 45 21 161 40 29
Octal 254 46 66 0 116 105 41 541 100 51
Binary 10101100 100110 110110 0 1001110 1000101 100001 101100001 1000000 101001

Color Harmonies of #AC2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2636

Black with #AC2636

Text Example


Text Example

White with #AC2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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