Html Css Color HEX #AE010C Carmine

📋 copy color: '#AE010C'

red 174 ◦ green 1 ◦ blue 12

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

Shades of Carmine #AE010C

Tints of Carmine #AE010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 93.05%
G = 0.53%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE010C (or 0xAE010C) is known color: Carmine. HEX triplet: AE, 01 and 0C. RGB value is (174,1,12). Sum of RGB (Red+Green+Blue) = 174+1+12=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE010C is #51FEF3. Grayscale: #363636. Windows color (decimal): -5373684 or 786862. OLE color: 786862.

HSL color Cylindrical-coordinate representation of color #AE010C: hue angle of 356.18º 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 #AE010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 12 -
CMYK 0 0.99 0.93 0.32
HSL 356.19º 0.99% 0.34% -
HSV(B) 356.19º 0.99% 0.68% -
XYZ 17.53 9.05 1.17 -
YUV 53.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 174 1 12 0 0.99 0.93 0.32 356.19 0.99 0.34
Hex AE 1 C 0 63 5D 20 164 63 22
Octal 256 1 14 0 143 135 40 544 143 42
Binary 10101110 1 1100 0 1100011 1011101 100000 101100100 1100011 100010

Color Harmonies of #AE010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE010C

Black with #AE010C

Text Example


Text Example

White with #AE010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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