Html Css Color HEX #AE000D Carmine

📋 copy color: '#AE000D'

red 174 ◦ green 0 ◦ blue 13

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

Shades of Carmine #AE000D

Tints of Carmine #AE000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 93.05%
G = 0%
B = 6.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE000D (or 0xAE000D) is known color: Carmine. HEX triplet: AE, 00 and 0D. RGB value is (174,0,13). Sum of RGB (Red+Green+Blue) = 174+0+13=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE000D is #51FFF2. Grayscale: #353535. Windows color (decimal): -5373939 or 852142. OLE color: 852142.

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

Color convert

RGB 174 0 13 -
CMYK 0 1 0.93 0.32
HSL 355.52º 1% 0.34% -
HSV(B) 355.52º 1% 0.68% -
XYZ 17.53 9.03 1.2 -
YUV 53.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 174 0 13 0 1 0.93 0.32 355.52 1 0.34
Hex AE 0 D 0 64 5D 20 164 64 22
Octal 256 0 15 0 144 135 40 544 144 42
Binary 10101110 0 1101 0 1100100 1011101 100000 101100100 1100100 100010

Color Harmonies of #AE000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE000D

Black with #AE000D

Text Example


Text Example

White with #AE000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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