#AC263D

Color #AC263D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AC263D

Tints of Cardinal #AC263D

Color information

#AC263D (or 0xAC263D) is unknown color: approx Cardinal. HEX triplet: AC, 26 and 3D. RGB value is (172,38,61). Sum of RGB (Red+Green+Blue) = 172+38+61=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC263D is #53D9C2. Grayscale: #505050. Windows color (decimal): -5495235 or 4007596. OLE color: 4007596.

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

Color convert

RGB1723861-
CMYK00.780.650.33
HSL349.7º63.81%41.18%-
HSV(B)349.7º77.91%67.45%-
XYZ18.5510.495.46-
YUV80.69116.89193.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.47%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=63.47%
G=14.02%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172386100.780.650.33349.763.8141.18
HexAC263D04E412115e4029
Octal254467501161014153610051
Binary101011001001101111010100111010000011000011010111101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC263D; }

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

 H1.HeaderClassName
 {
   color: #AC263D;
 }
 .AnyTagClassName
 {
   color: #AC263D;
 }
</style>
background-color css

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

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

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

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

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

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