#af051c

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

Shades of Carmine #AF051C

Tints of Carmine #AF051C

Color information

#AF051C (or 0xAF051C) is unknown color: approx Carmine. HEX triplet: AF, 05 and 1C. RGB value is (175,5,28). Sum of RGB (Red+Green+Blue) = 175+5+28=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF051C is #50FAE3. Grayscale: #3A3A3A. Windows color (decimal): -5307108 or 1836463. OLE color: 1836463.

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

Color convert

RGB175528-
CMYK00.970.840.31
HSL351.88º94.44%35.29%-
HSV(B)351.88º97.14%68.63%-
XYZ17.949.311.95-
YUV58.45110.82211.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 84.13%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=84.13%
G=2.40%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17552800.970.840.31351.8894.4435.29
HexAF51C061541F1605e23
Octal25753401411243754013643
Binary1010111110111100011000011010100111111011000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af051c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af051c; }

 p { color: rgb(175,5,28); }

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

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

 a { background-color: rgb(175,5,28); }

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

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

 span { border-color: rgb(175,5,28); }

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