Html Css Color HEX #AE1024 Carmine

📋 copy color: '#AE1024'

red 174 ◦ green 16 ◦ blue 36

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

Shades of Carmine #AE1024

Tints of Carmine #AE1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 36 (14.45% from 255) = 15.93%

R = 76.99%
G = 7.08%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE1024 (or 0xAE1024) is known color: Carmine. HEX triplet: AE, 10 and 24. RGB value is (174,16,36). Sum of RGB (Red+Green+Blue) = 174+16+36=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1024 is #51EFDB. Grayscale: #414141. Windows color (decimal): -5369820 or 2363566. OLE color: 2363566.

HSL color Cylindrical-coordinate representation of color #AE1024: hue angle of 352.41º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1024 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 36 -
CMYK 0 0.91 0.79 0.32
HSL 352.41º 0.83% 0.37% -
HSV(B) 352.41º 0.91% 0.68% -
XYZ 17.96 9.5 2.56 -
YUV 65.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 174 16 36 0 0.91 0.79 0.32 352.41 0.83 0.37
Hex AE 10 24 0 5B 4F 20 160 53 25
Octal 256 20 44 0 133 117 40 540 123 45
Binary 10101110 10000 100100 0 1011011 1001111 100000 101100000 1010011 100101

Color Harmonies of #AE1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1024

Black with #AE1024

Text Example


Text Example

White with #AE1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1024; }

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

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

background-color css

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

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

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

border-color css

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

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

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