#AF0A38

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

Shades of Cardinal #AF0A38

Tints of Cardinal #AF0A38

Color information

#AF0A38 (or 0xAF0A38) is unknown color: approx Cardinal. HEX triplet: AF, 0A and 38. RGB value is (175,10,56). Sum of RGB (Red+Green+Blue) = 175+10+56=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A38 is #50F5C7. Grayscale: #404040. Windows color (decimal): -5305800 or 3672751. OLE color: 3672751.

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

Color convert

RGB1751056-
CMYK00.940.680.31
HSL343.27º89.19%36.27%-
HSV(B)343.27º94.29%68.63%-
XYZ18.59.624.62-
YUV64.58123.16206.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=72.61%
G=4.15%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175105600.940.680.31343.2789.1936.27
HexAFA3805E441F1575924
Octal257127001361043752713144
Binary101011111010111000010111101000100111111010101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A38; }

 p { color: rgb(175,10,56); }

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

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

 a { background-color: rgb(175,10,56); }

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

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

 span { border-color: rgb(175,10,56); }

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