#af0b29

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

Shades of Carmine #AF0B29

Tints of Carmine #AF0B29

Color information

#AF0B29 (or 0xAF0B29) is unknown color: approx Carmine. HEX triplet: AF, 0B and 29. RGB value is (175,11,41). Sum of RGB (Red+Green+Blue) = 175+11+41=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B29 is #50F4D6. Grayscale: #3F3F3F. Windows color (decimal): -5305559 or 2689967. OLE color: 2689967.

HSL color Cylindrical-coordinate representation of color #AF0B29: hue angle of 349.02º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B29 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1751141-
CMYK00.940.770.31
HSL349.02º88.17%36.47%-
HSV(B)349.02º93.71%68.63%-
XYZ18.29.512.97-
YUV63.46115.33207.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.09%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=77.09%
G=4.85%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175114100.940.770.31349.0288.1736.47
HexAFB2905E4D1F15d5824
Octal257135101361153753513044
Binary101011111011101001010111101001101111111010111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0b29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0b29; }

 p { color: rgb(175,11,41); }

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

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

 a { background-color: rgb(175,11,41); }

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

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

 span { border-color: rgb(175,11,41); }

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