#AF1B46

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

Shades of Cardinal #AF1B46

Tints of Cardinal #AF1B46

Color information

#AF1B46 (or 0xAF1B46) is unknown color: approx Cardinal. HEX triplet: AF, 1B and 46. RGB value is (175,27,70). Sum of RGB (Red+Green+Blue) = 175+27+70=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B46 is #50E4B9. Grayscale: #4C4C4C. Windows color (decimal): -5301434 or 4594607. OLE color: 4594607.

HSL color Cylindrical-coordinate representation of color #AF1B46: hue angle of 342.57º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B46 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1752770-
CMYK00.850.600.31
HSL342.57º73.27%39.61%-
HSV(B)342.57º84.57%68.63%-
XYZ19.1810.346.78-
YUV76.15124.53198.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 27 (10.94% from 255) = 9.93%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=64.34%
G=9.93%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175277000.850.600.31342.5773.2739.61
HexAF1B460553C1F1574928
Octal257331060125743752711150
Binary1010111111011100011001010101111100111111010101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B46; }

 p { color: rgb(175,27,70); }

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

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

 a { background-color: rgb(175,27,70); }

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

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

 span { border-color: rgb(175,27,70); }

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