#ac1f38

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

Shades of Cardinal #AC1F38

Tints of Cardinal #AC1F38

Color information

#AC1F38 (or 0xAC1F38) is unknown color: approx Cardinal. HEX triplet: AC, 1F and 38. RGB value is (172,31,56). Sum of RGB (Red+Green+Blue) = 172+31+56=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F38 is #53E0C7. Grayscale: #4C4C4C. Windows color (decimal): -5497032 or 3678124. OLE color: 3678124.

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

Color convert

RGB1723156-
CMYK00.820.670.33
HSL349.36º69.46%39.8%-
HSV(B)349.36º81.98%67.45%-
XYZ18.2210.044.72-
YUV76.01116.71196.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.41%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=66.41%
G=11.97%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172315600.820.670.33349.3669.4639.8
HexAC1F38052432115d4528
Octal254377001221034153510550
Binary10101100111111110000101001010000111000011010111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1f38; }

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

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

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

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

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

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

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

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