Html Css Color HEX #AE0410 Carmine

📋 copy color: '#AE0410'

red 174 ◦ green 4 ◦ blue 16

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

Shades of Carmine #AE0410

Tints of Carmine #AE0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 89.69%
G = 2.06%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE0410 (or 0xAE0410) is known color: Carmine. HEX triplet: AE, 04 and 10. RGB value is (174,4,16). Sum of RGB (Red+Green+Blue) = 174+4+16=194 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.69% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0410 is #51FBEF. Grayscale: #383838. Windows color (decimal): -5372912 or 1049774. OLE color: 1049774.

HSL color Cylindrical-coordinate representation of color #AE0410: hue angle of 355.76º degrees, saturation: 0.96, 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 #AE0410 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 16 -
CMYK 0 0.98 0.91 0.32
HSL 355.76º 0.96% 0.35% -
HSV(B) 355.76º 0.98% 0.68% -
XYZ 17.59 9.12 1.32 -
YUV 56.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 174 4 16 0 0.98 0.91 0.32 355.76 0.96 0.35
Hex AE 4 10 0 62 5B 20 164 60 23
Octal 256 4 20 0 142 133 40 544 140 43
Binary 10101110 100 10000 0 1100010 1011011 100000 101100100 1100000 100011

Color Harmonies of #AE0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0410

Black with #AE0410

Text Example


Text Example

White with #AE0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0410; }

 p { color: rgb(174,4,16); }

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

background-color css

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

 a { background-color: rgb(174,4,16); }

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

border-color css

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

 span { border-color: rgb(174,4,16); }

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