#AF2734

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

Shades of Cardinal #AF2734

Tints of Cardinal #AF2734

Color information

#AF2734 (or 0xAF2734) is unknown color: approx Cardinal. HEX triplet: AF, 27 and 34. RGB value is (175,39,52). Sum of RGB (Red+Green+Blue) = 175+39+52=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2734 is #50D8CB. Grayscale: #515151. Windows color (decimal): -5298380 or 3418031. OLE color: 3418031.

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

Color convert

RGB1753952-
CMYK00.780.700.31
HSL354.26º63.55%41.96%-
HSV(B)354.26º77.71%68.63%-
XYZ19.0210.814.33-
YUV81.15111.56194.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=65.79%
G=14.66%
B=19.55%

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
Decimal175395200.780.700.31354.2663.5541.96
HexAF273404E461F162402a
Octal257476401161063754210052
Binary10101111100111110100010011101000110111111011000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2734; }

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

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

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

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

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

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

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

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