Html Css Color HEX #AE031A Carmine

📋 copy color: '#AE031A'

red 174 ◦ green 3 ◦ blue 26

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

Shades of Carmine #AE031A

Tints of Carmine #AE031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 85.71%
G = 1.48%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE031A (or 0xAE031A) is known color: Carmine. HEX triplet: AE, 03 and 1A. RGB value is (174,3,26). Sum of RGB (Red+Green+Blue) = 174+3+26=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE031A is #51FCE5. Grayscale: #383838. Windows color (decimal): -5373158 or 1704878. OLE color: 1704878.

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

Color convert

RGB 174 3 26 -
CMYK 0 0.98 0.85 0.32
HSL 351.93º 0.97% 0.35% -
HSV(B) 351.93º 0.98% 0.68% -
XYZ 17.67 9.14 1.81 -
YUV 56.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 174 3 26 0 0.98 0.85 0.32 351.93 0.97 0.35
Hex AE 3 1A 0 62 55 20 160 61 23
Octal 256 3 32 0 142 125 40 540 141 43
Binary 10101110 11 11010 0 1100010 1010101 100000 101100000 1100001 100011

Color Harmonies of #AE031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE031A

Black with #AE031A

Text Example


Text Example

White with #AE031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE031A; }

 p { color: rgb(174,3,26); }

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

background-color css

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

 a { background-color: rgb(174,3,26); }

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

border-color css

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

 span { border-color: rgb(174,3,26); }

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