#AF0624

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

Shades of Carmine #AF0624

Tints of Carmine #AF0624

Color information

#AF0624 (or 0xAF0624) is unknown color: approx Carmine. HEX triplet: AF, 06 and 24. RGB value is (175,6,36). Sum of RGB (Red+Green+Blue) = 175+6+36=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0624 is #50F9DB. Grayscale: #3C3C3C. Windows color (decimal): -5306844 or 2361007. OLE color: 2361007.

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

Color convert

RGB175636-
CMYK00.970.790.31
HSL349.35º93.37%35.49%-
HSV(B)349.35º96.57%68.63%-
XYZ18.069.372.53-
YUV59.95114.49210.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 80.65%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=80.65%
G=2.76%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17563600.970.790.31349.3593.3735.49
HexAF6240614F1F15d5d23
Octal25764401411173753513543
Binary10101111110100100011000011001111111111010111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0624; }

 p { color: rgb(175,6,36); }

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

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

 a { background-color: rgb(175,6,36); }

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

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

 span { border-color: rgb(175,6,36); }

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