#AF182A

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

Shades of Cardinal #AF182A

Tints of Cardinal #AF182A

Color information

#AF182A (or 0xAF182A) is unknown color: approx Cardinal. HEX triplet: AF, 18 and 2A. RGB value is (175,24,42). Sum of RGB (Red+Green+Blue) = 175+24+42=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182A is #50E7D5. Grayscale: #474747. Windows color (decimal): -5302230 or 2758831. OLE color: 2758831.

HSL color Cylindrical-coordinate representation of color #AF182A: hue angle of 352.85º 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 #AF182A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1752442-
CMYK00.860.760.31
HSL352.85º75.88%39.02%-
HSV(B)352.85º86.29%68.63%-
XYZ18.429.933.14-
YUV71.2111.53202.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=72.61%
G=9.96%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175244200.860.760.31352.8575.8839.02
HexAF182A0564C1F1614c27
Octal257305201261143754111447
Binary1010111111000101010010101101001100111111011000011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF182A; }

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

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

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

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

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

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

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

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