Html Css Color HEX #AE030A Sangria

📋 copy color: '#AE030A'

red 174 ◦ green 3 ◦ blue 10

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

Shades of Sangria #AE030A

Tints of Sangria #AE030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 93.05%
G = 1.6%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE030A (or 0xAE030A) is known color: Sangria. HEX triplet: AE, 03 and 0A. RGB value is (174,3,10). Sum of RGB (Red+Green+Blue) = 174+3+10=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE030A is #51FCF5. Grayscale: #373737. Windows color (decimal): -5373174 or 656302. OLE color: 656302.

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

Color convert

RGB 174 3 10 -
CMYK 0 0.98 0.94 0.32
HSL 357.54º 0.97% 0.35% -
HSV(B) 357.54º 0.98% 0.68% -
XYZ 17.54 9.09 1.12 -
YUV 54.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 174 3 10 0 0.98 0.94 0.32 357.54 0.97 0.35
Hex AE 3 A 0 62 5E 20 166 61 23
Octal 256 3 12 0 142 136 40 546 141 43
Binary 10101110 11 1010 0 1100010 1011110 100000 101100110 1100001 100011

Color Harmonies of #AE030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE030A

Black with #AE030A

Text Example


Text Example

White with #AE030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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