#AF2433

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

Shades of Cardinal #AF2433

Tints of Cardinal #AF2433

Color information

#AF2433 (or 0xAF2433) is unknown color: approx Cardinal. HEX triplet: AF, 24 and 33. RGB value is (175,36,51). Sum of RGB (Red+Green+Blue) = 175+36+51=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2433 is #50DBCC. Grayscale: #4F4F4F. Windows color (decimal): -5299149 or 3351727. OLE color: 3351727.

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

Color convert

RGB1753651-
CMYK00.790.710.31
HSL353.53º65.88%41.37%-
HSV(B)353.53º79.43%68.63%-
XYZ18.9110.614.18-
YUV79.27112.05196.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=66.79%
G=13.74%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175365100.790.710.31353.5365.8841.37
HexAF243304F471F1624229
Octal257446301171073754210251
Binary10101111100100110011010011111000111111111011000101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2433; }

 p { color: rgb(175,36,51); }

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

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

 a { background-color: rgb(175,36,51); }

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

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

 span { border-color: rgb(175,36,51); }

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