Html Css Color HEX #AE0228 Carmine

📋 copy color: '#AE0228'

red 174 ◦ green 2 ◦ blue 40

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

Shades of Carmine #AE0228

Tints of Carmine #AE0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 80.56%
G = 0.93%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE0228 (or 0xAE0228) is known color: Carmine. HEX triplet: AE, 02 and 28. RGB value is (174,2,40). Sum of RGB (Red+Green+Blue) = 174+2+40=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0228 is #51FDD7. Grayscale: #393939. Windows color (decimal): -5373400 or 2622126. OLE color: 2622126.

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

Color convert

RGB 174 2 40 -
CMYK 0 0.99 0.77 0.32
HSL 346.74º 0.98% 0.35% -
HSV(B) 346.74º 0.99% 0.68% -
XYZ 17.86 9.2 2.84 -
YUV 57.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 174 2 40 0 0.99 0.77 0.32 346.74 0.98 0.35
Hex AE 2 28 0 63 4D 20 15B 62 23
Octal 256 2 50 0 143 115 40 533 142 43
Binary 10101110 10 101000 0 1100011 1001101 100000 101011011 1100010 100011

Color Harmonies of #AE0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0228

Black with #AE0228

Text Example


Text Example

White with #AE0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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