Html Css Color HEX #AE010A Sangria

📋 copy color: '#AE010A'

red 174 ◦ green 1 ◦ blue 10

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

Shades of Sangria #AE010A

Tints of Sangria #AE010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 94.05%
G = 0.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE010A (or 0xAE010A) is known color: Sangria. HEX triplet: AE, 01 and 0A. RGB value is (174,1,10). Sum of RGB (Red+Green+Blue) = 174+1+10=185 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.05% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 174 - color contains mainly: red. Hex color #AE010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE010A is #51FEF5. Grayscale: #353535. Windows color (decimal): -5373686 or 655790. OLE color: 655790.

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

Color convert

RGB 174 1 10 -
CMYK 0 0.99 0.94 0.32
HSL 356.88º 0.99% 0.34% -
HSV(B) 356.88º 0.99% 0.68% -
XYZ 17.52 9.04 1.11 -
YUV 53.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 174 1 10 0 0.99 0.94 0.32 356.88 0.99 0.34
Hex AE 1 A 0 63 5E 20 165 63 22
Octal 256 1 12 0 143 136 40 545 143 42
Binary 10101110 1 1010 0 1100011 1011110 100000 101100101 1100011 100010

Color Harmonies of #AE010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE010A

Black with #AE010A

Text Example


Text Example

White with #AE010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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