Html Css Color HEX #AE021C Carmine

📋 copy color: '#AE021C'

red 174 ◦ green 2 ◦ blue 28

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

Shades of Carmine #AE021C

Tints of Carmine #AE021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 85.29%
G = 0.98%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE021C (or 0xAE021C) is known color: Carmine. HEX triplet: AE, 02 and 1C. RGB value is (174,2,28). Sum of RGB (Red+Green+Blue) = 174+2+28=204 (27% of max value = 765). Red value is 174 (68.36% from 255 or 85.29% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 174 - color contains mainly: red. Hex color #AE021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE021C is #51FDE3. Grayscale: #383838. Windows color (decimal): -5373412 or 1835694. OLE color: 1835694.

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

Color convert

RGB 174 2 28 -
CMYK 0 0.99 0.84 0.32
HSL 350.93º 0.98% 0.35% -
HSV(B) 350.93º 0.99% 0.68% -
XYZ 17.69 9.13 1.93 -
YUV 56.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 174 2 28 0 0.99 0.84 0.32 350.93 0.98 0.35
Hex AE 2 1C 0 63 54 20 15F 62 23
Octal 256 2 34 0 143 124 40 537 142 43
Binary 10101110 10 11100 0 1100011 1010100 100000 101011111 1100010 100011

Color Harmonies of #AE021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE021C

Black with #AE021C

Text Example


Text Example

White with #AE021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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