Html Css Color HEX #AE032B Carmine

📋 copy color: '#AE032B'

red 174 ◦ green 3 ◦ blue 43

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

Shades of Carmine #AE032B

Tints of Carmine #AE032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 79.09%
G = 1.36%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE032B (or 0xAE032B) is known color: Carmine. HEX triplet: AE, 03 and 2B. RGB value is (174,3,43). Sum of RGB (Red+Green+Blue) = 174+3+43=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE032B is #51FCD4. Grayscale: #3A3A3A. Windows color (decimal): -5373141 or 2818990. OLE color: 2818990.

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

Color convert

RGB 174 3 43 -
CMYK 0 0.98 0.75 0.32
HSL 345.96º 0.97% 0.35% -
HSV(B) 345.96º 0.98% 0.68% -
XYZ 17.92 9.24 3.12 -
YUV 58.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 174 3 43 0 0.98 0.75 0.32 345.96 0.97 0.35
Hex AE 3 2B 0 62 4B 20 15A 61 23
Octal 256 3 53 0 142 113 40 532 141 43
Binary 10101110 11 101011 0 1100010 1001011 100000 101011010 1100001 100011

Color Harmonies of #AE032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE032B

Black with #AE032B

Text Example


Text Example

White with #AE032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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