Html Css Color HEX #AE0307 Sangria

📋 copy color: '#AE0307'

red 174 ◦ green 3 ◦ blue 7

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

Shades of Sangria #AE0307

Tints of Sangria #AE0307

RGB

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

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

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

R = 94.57%
G = 1.63%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE0307 (or 0xAE0307) is known color: Sangria. HEX triplet: AE, 03 and 07. RGB value is (174,3,7). Sum of RGB (Red+Green+Blue) = 174+3+7=184 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.57% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0307 is #51FCF8. Grayscale: #363636. Windows color (decimal): -5373177 or 459694. OLE color: 459694.

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

Color convert

RGB 174 3 7 -
CMYK 0 0.98 0.96 0.32
HSL 358.6º 0.97% 0.35% -
HSV(B) 358.6º 0.98% 0.68% -
XYZ 17.53 9.08 1.03 -
YUV 54.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 174 3 7 0 0.98 0.96 0.32 358.6 0.97 0.35
Hex AE 3 7 0 62 60 20 167 61 23
Octal 256 3 7 0 142 140 40 547 141 43
Binary 10101110 11 111 0 1100010 1100000 100000 101100111 1100001 100011

Color Harmonies of #AE0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0307

Black with #AE0307

Text Example


Text Example

White with #AE0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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