Html Css Color HEX #AE021B Carmine

📋 copy color: '#AE021B'

red 174 ◦ green 2 ◦ blue 27

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

Shades of Carmine #AE021B

Tints of Carmine #AE021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 85.71%
G = 0.99%
B = 13.3%

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

#AE021B (or 0xAE021B) is known color: Carmine. HEX triplet: AE, 02 and 1B. RGB value is (174,2,27). Sum of RGB (Red+Green+Blue) = 174+2+27=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE021B is #51FDE4. Grayscale: #383838. Windows color (decimal): -5373413 or 1770158. OLE color: 1770158.

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

Color convert

RGB 174 2 27 -
CMYK 0 0.99 0.84 0.32
HSL 351.28º 0.98% 0.35% -
HSV(B) 351.28º 0.99% 0.68% -
XYZ 17.68 9.12 1.87 -
YUV 56.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 174 2 27 0 0.99 0.84 0.32 351.28 0.98 0.35
Hex AE 2 1B 0 63 54 20 15F 62 23
Octal 256 2 33 0 143 124 40 537 142 43
Binary 10101110 10 11011 0 1100011 1010100 100000 101011111 1100010 100011

Color Harmonies of #AE021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE021B

Black with #AE021B

Text Example


Text Example

White with #AE021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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