Html Css Color HEX #AE000A Sangria

📋 copy color: '#AE000A'

red 174 ◦ green 0 ◦ blue 10

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

Shades of Sangria #AE000A

Tints of Sangria #AE000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.57%
G = 0%
B = 5.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE000A (or 0xAE000A) is known color: Sangria. HEX triplet: AE, 00 and 0A. RGB value is (174,0,10). Sum of RGB (Red+Green+Blue) = 174+0+10=184 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.57% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 174 - color contains mainly: red. Hex color #AE000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE000A is #51FFF5. Grayscale: #353535. Windows color (decimal): -5373942 or 655534. OLE color: 655534.

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

Color convert

RGB 174 0 10 -
CMYK 0 1 0.94 0.32
HSL 356.55º 1% 0.34% -
HSV(B) 356.55º 1% 0.68% -
XYZ 17.51 9.02 1.11 -
YUV 53.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 174 0 10 0 1 0.94 0.32 356.55 1 0.34
Hex AE 0 A 0 64 5E 20 165 64 22
Octal 256 0 12 0 144 136 40 545 144 42
Binary 10101110 0 1010 0 1100100 1011110 100000 101100101 1100100 100010

Color Harmonies of #AE000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE000A

Black with #AE000A

Text Example


Text Example

White with #AE000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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