Html Css Color HEX #AE0113 Carmine

📋 copy color: '#AE0113'

red 174 ◦ green 1 ◦ blue 19

#AE0113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AE0113

Tints of Carmine #AE0113

RGB

 RED value IS 174 (68.36% from 255) = 89.69%

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 89.69%
G = 0.52%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE0113 (or 0xAE0113) is known color: Carmine. HEX triplet: AE, 01 and 13. RGB value is (174,1,19). Sum of RGB (Red+Green+Blue) = 174+1+19=194 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.69% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0113 is #51FEEC. Grayscale: #363636. Windows color (decimal): -5373677 or 1245614. OLE color: 1245614.

HSL color Cylindrical-coordinate representation of color #AE0113: hue angle of 353.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0113 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 19 -
CMYK 0 0.99 0.89 0.32
HSL 353.76º 0.99% 0.34% -
HSV(B) 353.76º 0.99% 0.68% -
XYZ 17.58 9.07 1.44 -
YUV 54.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 174 1 19 0 0.99 0.89 0.32 353.76 0.99 0.34
Hex AE 1 13 0 63 59 20 162 63 22
Octal 256 1 23 0 143 131 40 542 143 42
Binary 10101110 1 10011 0 1100011 1011001 100000 101100010 1100011 100010

Color Harmonies of #AE0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0113

Black with #AE0113

Text Example


Text Example

White with #AE0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0113; }

 p { color: rgb(174,1,19); }

 H1.HeaderClassName
 {
   color: #AE0113;
 }
 .AnyTagClassName
 {
   color: #AE0113;
 }
</style>

background-color css

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

 a { background-color: rgb(174,1,19); }

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

border-color css

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

 span { border-color: rgb(174,1,19); }

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