Html Css Color HEX #AE0107 Sangria

📋 copy color: '#AE0107'

red 174 ◦ green 1 ◦ blue 7

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

Shades of Sangria #AE0107

Tints of Sangria #AE0107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 95.6%
G = 0.55%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE0107 (or 0xAE0107) is known color: Sangria. HEX triplet: AE, 01 and 07. RGB value is (174,1,7). Sum of RGB (Red+Green+Blue) = 174+1+7=182 (24% of max value = 765). Red value is 174 (68.36% from 255 or 95.60% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0107 is #51FEF8. Grayscale: #353535. Windows color (decimal): -5373689 or 459182. OLE color: 459182.

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

Color convert

RGB 174 1 7 -
CMYK 0 0.99 0.96 0.32
HSL 357.92º 0.99% 0.34% -
HSV(B) 357.92º 0.99% 0.68% -
XYZ 17.5 9.04 1.02 -
YUV 53.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 174 1 7 0 0.99 0.96 0.32 357.92 0.99 0.34
Hex AE 1 7 0 63 60 20 166 63 22
Octal 256 1 7 0 143 140 40 546 143 42
Binary 10101110 1 111 0 1100011 1100000 100000 101100110 1100011 100010

Color Harmonies of #AE0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0107

Black with #AE0107

Text Example


Text Example

White with #AE0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0107; }

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

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

background-color css

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

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

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

border-color css

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

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

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