Html Css Color HEX #AE0622 Carmine

📋 copy color: '#AE0622'

red 174 ◦ green 6 ◦ blue 34

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

Shades of Carmine #AE0622

Tints of Carmine #AE0622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 81.31%
G = 2.8%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE0622 (or 0xAE0622) is known color: Carmine. HEX triplet: AE, 06 and 22. RGB value is (174,6,34). Sum of RGB (Red+Green+Blue) = 174+6+34=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0622 is #51F9DD. Grayscale: #3B3B3B. Windows color (decimal): -5372382 or 2229934. OLE color: 2229934.

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

Color convert

RGB 174 6 34 -
CMYK 0 0.97 0.80 0.32
HSL 350º 0.93% 0.35% -
HSV(B) 350º 0.97% 0.68% -
XYZ 17.81 9.24 2.36 -
YUV 59.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 174 6 34 0 0.97 0.80 0.32 350 0.93 0.35
Hex AE 6 22 0 61 50 20 15E 5D 23
Octal 256 6 42 0 141 120 40 536 135 43
Binary 10101110 110 100010 0 1100001 1010000 100000 101011110 1011101 100011

Color Harmonies of #AE0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0622

Black with #AE0622

Text Example


Text Example

White with #AE0622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0622; }

 p { color: rgb(174,6,34); }

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

background-color css

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

 a { background-color: rgb(174,6,34); }

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

border-color css

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

 span { border-color: rgb(174,6,34); }

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