#AF253B

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

Shades of Cardinal #AF253B

Tints of Cardinal #AF253B

Color information

#AF253B (or 0xAF253B) is unknown color: approx Cardinal. HEX triplet: AF, 25 and 3B. RGB value is (175,37,59). Sum of RGB (Red+Green+Blue) = 175+37+59=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253B is #50DAC4. Grayscale: #505050. Windows color (decimal): -5298885 or 3876271. OLE color: 3876271.

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

Color convert

RGB1753759-
CMYK00.790.660.31
HSL350.43º65.09%41.57%-
HSV(B)350.43º78.86%68.63%-
XYZ19.1310.755.2-
YUV80.77115.72195.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=64.58%
G=13.65%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175375900.790.660.31350.4365.0941.57
HexAF253B04F421F15e412a
Octal257457301171023753610152
Binary10101111100101111011010011111000010111111010111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF253B; }

 p { color: rgb(175,37,59); }

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

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

 a { background-color: rgb(175,37,59); }

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

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

 span { border-color: rgb(175,37,59); }

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