#af2634

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

Shades of Cardinal #AF2634

Tints of Cardinal #AF2634

Color information

#AF2634 (or 0xAF2634) is unknown color: approx Cardinal. HEX triplet: AF, 26 and 34. RGB value is (175,38,52). Sum of RGB (Red+Green+Blue) = 175+38+52=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2634 is #50D9CB. Grayscale: #505050. Windows color (decimal): -5298636 or 3417775. OLE color: 3417775.

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

Color convert

RGB1753852-
CMYK00.780.700.31
HSL353.87º64.32%41.76%-
HSV(B)353.87º78.29%68.63%-
XYZ18.9910.754.32-
YUV80.56111.89195.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.04%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=66.04%
G=14.34%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175385200.780.700.31353.8764.3241.76
HexAF263404E461F162402a
Octal257466401161063754210052
Binary10101111100110110100010011101000110111111011000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2634; }

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

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

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

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

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

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

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

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