Html Css Color HEX #AE0411 Carmine

📋 copy color: '#AE0411'

red 174 ◦ green 4 ◦ blue 17

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

Shades of Carmine #AE0411

Tints of Carmine #AE0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 89.23%
G = 2.05%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE0411 (or 0xAE0411) is known color: Carmine. HEX triplet: AE, 04 and 11. RGB value is (174,4,17). Sum of RGB (Red+Green+Blue) = 174+4+17=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0411 is #51FBEE. Grayscale: #383838. Windows color (decimal): -5372911 or 1115310. OLE color: 1115310.

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

Color convert

RGB 174 4 17 -
CMYK 0 0.98 0.90 0.32
HSL 355.41º 0.96% 0.35% -
HSV(B) 355.41º 0.98% 0.68% -
XYZ 17.6 9.13 1.36 -
YUV 56.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 174 4 17 0 0.98 0.90 0.32 355.41 0.96 0.35
Hex AE 4 11 0 62 5A 20 163 60 23
Octal 256 4 21 0 142 132 40 543 140 43
Binary 10101110 100 10001 0 1100010 1011010 100000 101100011 1100000 100011

Color Harmonies of #AE0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0411

Black with #AE0411

Text Example


Text Example

White with #AE0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0411; }

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

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

background-color css

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

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

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

border-color css

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

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

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