Html Css Color HEX #AE0409 Sangria

📋 copy color: '#AE0409'

red 174 ◦ green 4 ◦ blue 9

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

Shades of Sangria #AE0409

Tints of Sangria #AE0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 93.05%
G = 2.14%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE0409 (or 0xAE0409) is known color: Sangria. HEX triplet: AE, 04 and 09. RGB value is (174,4,9). Sum of RGB (Red+Green+Blue) = 174+4+9=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0409 is #51FBF6. Grayscale: #373737. Windows color (decimal): -5372919 or 591022. OLE color: 591022.

HSL color Cylindrical-coordinate representation of color #AE0409: hue angle of 358.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 9 -
CMYK 0 0.98 0.95 0.32
HSL 358.24º 0.96% 0.35% -
HSV(B) 358.24º 0.98% 0.68% -
XYZ 17.55 9.11 1.09 -
YUV 55.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 174 4 9 0 0.98 0.95 0.32 358.24 0.96 0.35
Hex AE 4 9 0 62 5F 20 166 60 23
Octal 256 4 11 0 142 137 40 546 140 43
Binary 10101110 100 1001 0 1100010 1011111 100000 101100110 1100000 100011

Color Harmonies of #AE0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0409

Black with #AE0409

Text Example


Text Example

White with #AE0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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