#AE0318

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

Shades of Carmine #AE0318

Tints of Carmine #AE0318

Color information

#AE0318 (or 0xAE0318) is unknown color: approx Carmine. HEX triplet: AE, 03 and 18. RGB value is (174,3,24). Sum of RGB (Red+Green+Blue) = 174+3+24=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0318 is #51FCE7. Grayscale: #383838. Windows color (decimal): -5373160 or 1573806. OLE color: 1573806.

HSL color Cylindrical-coordinate representation of color #AE0318: hue angle of 352.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0318 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB174324-
CMYK00.980.860.32
HSL352.63º96.61%34.71%-
HSV(B)352.63º98.28%68.24%-
XYZ17.659.131.7-
YUV56.52109.65211.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 86.57%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=86.57%
G=1.49%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17432400.980.860.32352.6396.6134.71
HexAE31806256201616123
Octal25633001421264054114143
Binary1010111011110000110001010101101000001011000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0318; }

 p { color: rgb(174,3,24); }

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

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

 a { background-color: rgb(174,3,24); }

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

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

 span { border-color: rgb(174,3,24); }

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