#AF0626

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

Shades of Carmine #AF0626

Tints of Carmine #AF0626

Color information

#AF0626 (or 0xAF0626) is unknown color: approx Carmine. HEX triplet: AF, 06 and 26. RGB value is (175,6,38). Sum of RGB (Red+Green+Blue) = 175+6+38=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0626 is #50F9D9. Grayscale: #3C3C3C. Windows color (decimal): -5306842 or 2492079. OLE color: 2492079.

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

Color convert

RGB175638-
CMYK00.970.780.31
HSL348.64º93.37%35.49%-
HSV(B)348.64º96.57%68.63%-
XYZ18.099.382.69-
YUV60.18115.49209.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.91%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=79.91%
G=2.74%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17563800.970.780.31348.6493.3735.49
HexAF6260614E1F15d5d23
Octal25764601411163753513543
Binary10101111110100110011000011001110111111010111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0626; }

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

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

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

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

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

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

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

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