Html Css Color HEX #AE0109 Sangria

📋 copy color: '#AE0109'

red 174 ◦ green 1 ◦ blue 9

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

Shades of Sangria #AE0109

Tints of Sangria #AE0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 94.57%
G = 0.54%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE0109 (or 0xAE0109) is known color: Sangria. HEX triplet: AE, 01 and 09. RGB value is (174,1,9). Sum of RGB (Red+Green+Blue) = 174+1+9=184 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.57% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0109 is #51FEF6. Grayscale: #353535. Windows color (decimal): -5373687 or 590254. OLE color: 590254.

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

Color convert

RGB 174 1 9 -
CMYK 0 0.99 0.95 0.32
HSL 357.23º 0.99% 0.34% -
HSV(B) 357.23º 0.99% 0.68% -
XYZ 17.52 9.04 1.08 -
YUV 53.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 174 1 9 0 0.99 0.95 0.32 357.23 0.99 0.34
Hex AE 1 9 0 63 5F 20 165 63 22
Octal 256 1 11 0 143 137 40 545 143 42
Binary 10101110 1 1001 0 1100011 1011111 100000 101100101 1100011 100010

Color Harmonies of #AE0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0109

Black with #AE0109

Text Example


Text Example

White with #AE0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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