#AF2B36

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

Shades of Cardinal #AF2B36

Tints of Cardinal #AF2B36

Color information

#AF2B36 (or 0xAF2B36) is unknown color: approx Cardinal. HEX triplet: AF, 2B and 36. RGB value is (175,43,54). Sum of RGB (Red+Green+Blue) = 175+43+54=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B36 is #50D4C9. Grayscale: #535353. Windows color (decimal): -5297354 or 3550127. OLE color: 3550127.

HSL color Cylindrical-coordinate representation of color #AF2B36: hue angle of 355º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B36 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1754354-
CMYK00.750.690.31
HSL355º60.55%42.75%-
HSV(B)355º75.43%68.63%-
XYZ19.2111.114.62-
YUV83.72111.23193.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=64.34%
G=15.81%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175435400.750.690.3135560.5542.75
HexAF2B3604B451F1633d2b
Octal25753660113105375437553
Binary1010111110101111011001001011100010111111101100011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B36; }

 p { color: rgb(175,43,54); }

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

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

 a { background-color: rgb(175,43,54); }

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

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

 span { border-color: rgb(175,43,54); }

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