Html Css Color HEX #AE021D Carmine

📋 copy color: '#AE021D'

red 174 ◦ green 2 ◦ blue 29

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

Shades of Carmine #AE021D

Tints of Carmine #AE021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 84.88%
G = 0.98%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE021D (or 0xAE021D) is known color: Carmine. HEX triplet: AE, 02 and 1D. RGB value is (174,2,29). Sum of RGB (Red+Green+Blue) = 174+2+29=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE021D is #51FDE2. Grayscale: #383838. Windows color (decimal): -5373411 or 1901230. OLE color: 1901230.

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

Color convert

RGB 174 2 29 -
CMYK 0 0.99 0.83 0.32
HSL 350.58º 0.98% 0.35% -
HSV(B) 350.58º 0.99% 0.68% -
XYZ 17.7 9.13 1.99 -
YUV 56.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 174 2 29 0 0.99 0.83 0.32 350.58 0.98 0.35
Hex AE 2 1D 0 63 53 20 15F 62 23
Octal 256 2 35 0 143 123 40 537 142 43
Binary 10101110 10 11101 0 1100011 1010011 100000 101011111 1100010 100011

Color Harmonies of #AE021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE021D

Black with #AE021D

Text Example


Text Example

White with #AE021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE021D; }

 p { color: rgb(174,2,29); }

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

background-color css

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

 a { background-color: rgb(174,2,29); }

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

border-color css

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

 span { border-color: rgb(174,2,29); }

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