Html Css Color HEX #AE0530 Carmine

📋 copy color: '#AE0530'

red 174 ◦ green 5 ◦ blue 48

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

Shades of Carmine #AE0530

Tints of Carmine #AE0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 76.65%
G = 2.2%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE0530 (or 0xAE0530) is known color: Carmine. HEX triplet: AE, 05 and 30. RGB value is (174,5,48). Sum of RGB (Red+Green+Blue) = 174+5+48=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0530 is #51FACF. Grayscale: #3C3C3C. Windows color (decimal): -5372624 or 3147182. OLE color: 3147182.

HSL color Cylindrical-coordinate representation of color #AE0530: hue angle of 344.73º degrees, saturation: 0.94, 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 #AE0530 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 48 -
CMYK 0 0.97 0.72 0.32
HSL 344.73º 0.94% 0.35% -
HSV(B) 344.73º 0.97% 0.68% -
XYZ 18.04 9.32 3.64 -
YUV 60.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 174 5 48 0 0.97 0.72 0.32 344.73 0.94 0.35
Hex AE 5 30 0 61 48 20 159 5E 23
Octal 256 5 60 0 141 110 40 531 136 43
Binary 10101110 101 110000 0 1100001 1001000 100000 101011001 1011110 100011

Color Harmonies of #AE0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0530

Black with #AE0530

Text Example


Text Example

White with #AE0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0530; }

 p { color: rgb(174,5,48); }

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

background-color css

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

 a { background-color: rgb(174,5,48); }

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

border-color css

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

 span { border-color: rgb(174,5,48); }

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