#af2b35

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

Shades of Cardinal #AF2B35

Tints of Cardinal #AF2B35

Color information

#AF2B35 (or 0xAF2B35) is unknown color: approx Cardinal. HEX triplet: AF, 2B and 35. RGB value is (175,43,53). Sum of RGB (Red+Green+Blue) = 175+43+53=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B35 is #50D4CA. Grayscale: #535353. Windows color (decimal): -5297355 or 3484591. OLE color: 3484591.

HSL color Cylindrical-coordinate representation of color #AF2B35: hue angle of 355.45º 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 #AF2B35 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1754353-
CMYK00.750.700.31
HSL355.45º60.55%42.75%-
HSV(B)355.45º75.43%68.63%-
XYZ19.1911.14.5-
YUV83.61110.73193.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 43 (17.19% from 255) = 15.87%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=64.58%
G=15.87%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175435300.750.700.31355.4560.5542.75
HexAF2B3504B461F1633d2b
Octal25753650113106375437553
Binary1010111110101111010101001011100011011111101100011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2b35; }

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

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

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

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

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

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

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

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