Html Css Color HEX #AE081D Carmine

📋 copy color: '#AE081D'

red 174 ◦ green 8 ◦ blue 29

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

Shades of Carmine #AE081D

Tints of Carmine #AE081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 82.46%
G = 3.79%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE081D (or 0xAE081D) is known color: Carmine. HEX triplet: AE, 08 and 1D. RGB value is (174,8,29). Sum of RGB (Red+Green+Blue) = 174+8+29=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE081D is #51F7E2. Grayscale: #3C3C3C. Windows color (decimal): -5371875 or 1902766. OLE color: 1902766.

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

Color convert

RGB 174 8 29 -
CMYK 0 0.95 0.83 0.32
HSL 352.41º 0.91% 0.36% -
HSV(B) 352.41º 0.95% 0.68% -
XYZ 17.76 9.26 2.01 -
YUV 60.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 174 8 29 0 0.95 0.83 0.32 352.41 0.91 0.36
Hex AE 8 1D 0 5F 53 20 160 5B 24
Octal 256 10 35 0 137 123 40 540 133 44
Binary 10101110 1000 11101 0 1011111 1010011 100000 101100000 1011011 100100

Color Harmonies of #AE081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE081D

Black with #AE081D

Text Example


Text Example

White with #AE081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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