#AF143B

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

Shades of Cardinal #AF143B

Tints of Cardinal #AF143B

Color information

#AF143B (or 0xAF143B) is unknown color: approx Cardinal. HEX triplet: AF, 14 and 3B. RGB value is (175,20,59). Sum of RGB (Red+Green+Blue) = 175+20+59=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF143B is #50EBC4. Grayscale: #464646. Windows color (decimal): -5303237 or 3871919. OLE color: 3871919.

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

Color convert

RGB1752059-
CMYK00.890.660.31
HSL344.9º79.49%38.24%-
HSV(B)344.9º88.57%68.63%-
XYZ18.729.935.07-
YUV70.79121.35202.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.90%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=68.90%
G=7.87%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175205900.890.660.31344.979.4938.24
HexAF143B059421F1594f26
Octal257247301311023753111746
Binary1010111110100111011010110011000010111111010110011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF143B; }

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

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

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

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

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

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

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

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