Html Css Color HEX #AE000B Sangria

📋 copy color: '#AE000B'

red 174 ◦ green 0 ◦ blue 11

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

Shades of Sangria #AE000B

Tints of Sangria #AE000B

RGB

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

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

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

R = 94.05%
G = 0%
B = 5.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE000B (or 0xAE000B) is known color: Sangria. HEX triplet: AE, 00 and 0B. RGB value is (174,0,11). Sum of RGB (Red+Green+Blue) = 174+0+11=185 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.05% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 174 - color contains mainly: red. Hex color #AE000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE000B is #51FFF4. Grayscale: #353535. Windows color (decimal): -5373941 or 721070. OLE color: 721070.

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

Color convert

RGB 174 0 11 -
CMYK 0 1 0.94 0.32
HSL 356.21º 1% 0.34% -
HSV(B) 356.21º 1% 0.68% -
XYZ 17.52 9.02 1.13 -
YUV 53.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 174 0 11 0 1 0.94 0.32 356.21 1 0.34
Hex AE 0 B 0 64 5E 20 164 64 22
Octal 256 0 13 0 144 136 40 544 144 42
Binary 10101110 0 1011 0 1100100 1011110 100000 101100100 1100100 100010

Color Harmonies of #AE000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE000B

Black with #AE000B

Text Example


Text Example

White with #AE000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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