#AF182C

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

Shades of Cardinal #AF182C

Tints of Cardinal #AF182C

Color information

#AF182C (or 0xAF182C) is unknown color: approx Cardinal. HEX triplet: AF, 18 and 2C. RGB value is (175,24,44). Sum of RGB (Red+Green+Blue) = 175+24+44=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182C is #50E7D3. Grayscale: #474747. Windows color (decimal): -5302228 or 2889903. OLE color: 2889903.

HSL color Cylindrical-coordinate representation of color #AF182C: hue angle of 352.05º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF182C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1752444-
CMYK00.860.750.31
HSL352.05º75.88%39.02%-
HSV(B)352.05º86.29%68.63%-
XYZ18.469.953.33-
YUV71.43112.53201.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=72.02%
G=9.88%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175244400.860.750.31352.0575.8839.02
HexAF182C0564B1F1604c27
Octal257305401261133754011447
Binary1010111111000101100010101101001011111111011000001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF182C; }

 p { color: rgb(175,24,44); }

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

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

 a { background-color: rgb(175,24,44); }

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

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

 span { border-color: rgb(175,24,44); }

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