#AF273A

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

Shades of Cardinal #AF273A

Tints of Cardinal #AF273A

Color information

#AF273A (or 0xAF273A) is unknown color: approx Cardinal. HEX triplet: AF, 27 and 3A. RGB value is (175,39,58). Sum of RGB (Red+Green+Blue) = 175+39+58=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF273A is #50D8C5. Grayscale: #515151. Windows color (decimal): -5298374 or 3811247. OLE color: 3811247.

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

Color convert

RGB1753958-
CMYK00.780.670.31
HSL351.62º63.55%41.96%-
HSV(B)351.62º77.71%68.63%-
XYZ19.1710.875.09-
YUV81.83114.56194.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=64.34%
G=14.34%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175395800.780.670.31351.6263.5541.96
HexAF273A04E431F160402a
Octal257477201161033754010052
Binary10101111100111111010010011101000011111111011000001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF273A; }

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

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

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

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

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

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

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

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