#AF063C

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

Shades of Cardinal #AF063C

Tints of Cardinal #AF063C

Color information

#AF063C (or 0xAF063C) is unknown color: approx Cardinal. HEX triplet: AF, 06 and 3C. RGB value is (175,6,60). Sum of RGB (Red+Green+Blue) = 175+6+60=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF063C is #50F9C3. Grayscale: #3E3E3E. Windows color (decimal): -5306820 or 3933871. OLE color: 3933871.

HSL color Cylindrical-coordinate representation of color #AF063C: hue angle of 340.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF063C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB175660-
CMYK00.970.660.31
HSL340.83º93.37%35.49%-
HSV(B)340.83º96.57%68.63%-
XYZ18.569.575.14-
YUV62.69126.49208.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=72.61%
G=2.49%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17566000.970.660.31340.8393.3735.49
HexAF63C061421F1555d23
Octal25767401411023752513543
Binary10101111110111100011000011000010111111010101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF063C; }

 p { color: rgb(175,6,60); }

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

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

 a { background-color: rgb(175,6,60); }

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

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

 span { border-color: rgb(175,6,60); }

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