#AF0015

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

Shades of Carmine #AF0015

Tints of Carmine #AF0015

Color information

#AF0015 (or 0xAF0015) is unknown color: approx Carmine. HEX triplet: AF, 00 and 15. RGB value is (175,0,21). Sum of RGB (Red+Green+Blue) = 175+0+21=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0015 is #50FFEA. Grayscale: #363636. Windows color (decimal): -5308395 or 1376431. OLE color: 1376431.

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

Color convert

RGB175021-
CMYK010.880.31
HSL352.8º100%34.31%-
HSV(B)352.8º100%68.63%-
XYZ17.819.171.54-
YUV54.72108.98213.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 89.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=89.29%
G=0%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175021010.880.31352.810034.31
HexAF015064581F1616422
Octal25702501441303754114442
Binary10101111010101011001001011000111111011000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0015; }

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

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

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

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

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

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

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

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