Html Css Color HEX #AE0008 Sangria

📋 copy color: '#AE0008'

red 174 ◦ green 0 ◦ blue 8

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

Shades of Sangria #AE0008

Tints of Sangria #AE0008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 95.6%
G = 0%
B = 4.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE0008 (or 0xAE0008) is known color: Sangria. HEX triplet: AE, 00 and 08. RGB value is (174,0,8). Sum of RGB (Red+Green+Blue) = 174+0+8=182 (24% of max value = 765). Red value is 174 (68.36% from 255 or 95.60% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0008 is #51FFF7. Grayscale: #353535. Windows color (decimal): -5373944 or 524462. OLE color: 524462.

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

Color convert

RGB 174 0 8 -
CMYK 0 1 0.95 0.32
HSL 357.24º 1% 0.34% -
HSV(B) 357.24º 1% 0.68% -
XYZ 17.5 9.02 1.05 -
YUV 52.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 174 0 8 0 1 0.95 0.32 357.24 1 0.34
Hex AE 0 8 0 64 5F 20 165 64 22
Octal 256 0 10 0 144 137 40 545 144 42
Binary 10101110 0 1000 0 1100100 1011111 100000 101100101 1100100 100010

Color Harmonies of #AE0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0008

Black with #AE0008

Text Example


Text Example

White with #AE0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0008; }

 p { color: rgb(174,0,8); }

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

background-color css

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

 a { background-color: rgb(174,0,8); }

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

border-color css

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

 span { border-color: rgb(174,0,8); }

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