#AF1034

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

Shades of Cardinal #AF1034

Tints of Cardinal #AF1034

Color information

#AF1034 (or 0xAF1034) is unknown color: approx Cardinal. HEX triplet: AF, 10 and 34. RGB value is (175,16,52). Sum of RGB (Red+Green+Blue) = 175+16+52=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1034 is #50EFCB. Grayscale: #434343. Windows color (decimal): -5304268 or 3412143. OLE color: 3412143.

HSL color Cylindrical-coordinate representation of color #AF1034: hue angle of 346.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1034 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1751652-
CMYK00.910.700.31
HSL346.42º83.25%37.45%-
HSV(B)346.42º90.86%68.63%-
XYZ18.489.734.15-
YUV67.64119.18204.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=72.02%
G=6.58%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175165200.910.700.31346.4283.2537.45
HexAF103405B461F15a5325
Octal257206401331063753212345
Binary1010111110000110100010110111000110111111010110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1034; }

 p { color: rgb(175,16,52); }

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

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

 a { background-color: rgb(175,16,52); }

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

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

 span { border-color: rgb(175,16,52); }

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