Html Css Color HEX #AE0130 Carmine

📋 copy color: '#AE0130'

red 174 ◦ green 1 ◦ blue 48

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

Shades of Carmine #AE0130

Tints of Carmine #AE0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 78.03%
G = 0.45%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE0130 (or 0xAE0130) is known color: Carmine. HEX triplet: AE, 01 and 30. RGB value is (174,1,48). Sum of RGB (Red+Green+Blue) = 174+1+48=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0130 is #51FECF. Grayscale: #3A3A3A. Windows color (decimal): -5373648 or 3146158. OLE color: 3146158.

HSL color Cylindrical-coordinate representation of color #AE0130: hue angle of 343.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0130 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 48 -
CMYK 0 0.99 0.72 0.32
HSL 343.7º 0.99% 0.34% -
HSV(B) 343.7º 0.99% 0.68% -
XYZ 18 9.23 3.63 -
YUV 58.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 174 1 48 0 0.99 0.72 0.32 343.7 0.99 0.34
Hex AE 1 30 0 63 48 20 158 63 22
Octal 256 1 60 0 143 110 40 530 143 42
Binary 10101110 1 110000 0 1100011 1001000 100000 101011000 1100011 100010

Color Harmonies of #AE0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0130

Black with #AE0130

Text Example


Text Example

White with #AE0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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