Html Css Color HEX #AE032E Carmine

📋 copy color: '#AE032E'

red 174 ◦ green 3 ◦ blue 46

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

Shades of Carmine #AE032E

Tints of Carmine #AE032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 78.03%
G = 1.35%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE032E (or 0xAE032E) is known color: Carmine. HEX triplet: AE, 03 and 2E. RGB value is (174,3,46). Sum of RGB (Red+Green+Blue) = 174+3+46=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE032E is #51FCD1. Grayscale: #3B3B3B. Windows color (decimal): -5373138 or 3015598. OLE color: 3015598.

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

Color convert

RGB 174 3 46 -
CMYK 0 0.98 0.74 0.32
HSL 344.91º 0.97% 0.35% -
HSV(B) 344.91º 0.98% 0.68% -
XYZ 17.98 9.26 3.42 -
YUV 59.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 174 3 46 0 0.98 0.74 0.32 344.91 0.97 0.35
Hex AE 3 2E 0 62 4A 20 159 61 23
Octal 256 3 56 0 142 112 40 531 141 43
Binary 10101110 11 101110 0 1100010 1001010 100000 101011001 1100001 100011

Color Harmonies of #AE032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE032E

Black with #AE032E

Text Example


Text Example

White with #AE032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE032E; }

 p { color: rgb(174,3,46); }

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

background-color css

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

 a { background-color: rgb(174,3,46); }

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

border-color css

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

 span { border-color: rgb(174,3,46); }

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