Html Css Color HEX #AE020D Carmine

📋 copy color: '#AE020D'

red 174 ◦ green 2 ◦ blue 13

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

Shades of Carmine #AE020D

Tints of Carmine #AE020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 92.06%
G = 1.06%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE020D (or 0xAE020D) is known color: Carmine. HEX triplet: AE, 02 and 0D. RGB value is (174,2,13). Sum of RGB (Red+Green+Blue) = 174+2+13=189 (25% of max value = 765). Red value is 174 (68.36% from 255 or 92.06% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 174 - color contains mainly: red. Hex color #AE020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE020D is #51FDF2. Grayscale: #363636. Windows color (decimal): -5373427 or 852654. OLE color: 852654.

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

Color convert

RGB 174 2 13 -
CMYK 0 0.99 0.93 0.32
HSL 356.16º 0.98% 0.35% -
HSV(B) 356.16º 0.99% 0.68% -
XYZ 17.55 9.07 1.21 -
YUV 54.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 174 2 13 0 0.99 0.93 0.32 356.16 0.98 0.35
Hex AE 2 D 0 63 5D 20 164 62 23
Octal 256 2 15 0 143 135 40 544 142 43
Binary 10101110 10 1101 0 1100011 1011101 100000 101100100 1100010 100011

Color Harmonies of #AE020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE020D

Black with #AE020D

Text Example


Text Example

White with #AE020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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