#AF132F

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

Shades of Cardinal #AF132F

Tints of Cardinal #AF132F

Color information

#AF132F (or 0xAF132F) is unknown color: approx Cardinal. HEX triplet: AF, 13 and 2F. RGB value is (175,19,47). Sum of RGB (Red+Green+Blue) = 175+19+47=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF132F is #50ECD0. Grayscale: #444444. Windows color (decimal): -5303505 or 3085231. OLE color: 3085231.

HSL color Cylindrical-coordinate representation of color #AF132F: hue angle of 349.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF132F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1751947-
CMYK00.890.730.31
HSL349.23º80.41%38.04%-
HSV(B)349.23º89.14%68.63%-
XYZ18.439.783.61-
YUV68.84115.68203.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=72.61%
G=7.88%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175194700.890.730.31349.2380.4138.04
HexAF132F059491F15d5026
Octal257235701311113753512046
Binary1010111110011101111010110011001001111111010111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF132F; }

 p { color: rgb(175,19,47); }

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

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

 a { background-color: rgb(175,19,47); }

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

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

 span { border-color: rgb(175,19,47); }

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