Html Css Color HEX #AE030B Sangria

📋 copy color: '#AE030B'

red 174 ◦ green 3 ◦ blue 11

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

Shades of Sangria #AE030B

Tints of Sangria #AE030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 92.55%
G = 1.6%
B = 5.85%

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

#AE030B (or 0xAE030B) is known color: Sangria. HEX triplet: AE, 03 and 0B. RGB value is (174,3,11). Sum of RGB (Red+Green+Blue) = 174+3+11=188 (24% of max value = 765). Red value is 174 (68.36% from 255 or 92.55% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 174 - color contains mainly: red. Hex color #AE030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE030B is #51FCF4. Grayscale: #373737. Windows color (decimal): -5373173 or 721838. OLE color: 721838.

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

Color convert

RGB 174 3 11 -
CMYK 0 0.98 0.94 0.32
HSL 357.19º 0.97% 0.35% -
HSV(B) 357.19º 0.98% 0.68% -
XYZ 17.55 9.09 1.15 -
YUV 55.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 174 3 11 0 0.98 0.94 0.32 357.19 0.97 0.35
Hex AE 3 B 0 62 5E 20 165 61 23
Octal 256 3 13 0 142 136 40 545 141 43
Binary 10101110 11 1011 0 1100010 1011110 100000 101100101 1100001 100011

Color Harmonies of #AE030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE030B

Black with #AE030B

Text Example


Text Example

White with #AE030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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