#AF002A

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

Shades of Carmine #AF002A

Tints of Carmine #AF002A

Color information

#AF002A (or 0xAF002A) is unknown color: approx Carmine. HEX triplet: AF, 00 and 2A. RGB value is (175,0,42). Sum of RGB (Red+Green+Blue) = 175+0+42=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002A is #50FFD5. Grayscale: #393939. Windows color (decimal): -5308374 or 2752687. OLE color: 2752687.

HSL color Cylindrical-coordinate representation of color #AF002A: hue angle of 345.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF002A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB175042-
CMYK010.760.31
HSL345.6º100%34.31%-
HSV(B)345.6º100%68.63%-
XYZ18.19.283.03-
YUV57.11119.48212.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 80.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=80.65%
G=0%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175042010.760.31345.610034.31
HexAF02A0644C1F15a6422
Octal25705201441143753214442
Binary101011110101010011001001001100111111010110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF002A; }

 p { color: rgb(175,0,42); }

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

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

 a { background-color: rgb(175,0,42); }

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

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

 span { border-color: rgb(175,0,42); }

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