Html Css Color HEX #AE091D Carmine

📋 copy color: '#AE091D'

red 174 ◦ green 9 ◦ blue 29

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

Shades of Carmine #AE091D

Tints of Carmine #AE091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 82.08%
G = 4.25%
B = 13.68%

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

#AE091D (or 0xAE091D) is known color: Carmine. HEX triplet: AE, 09 and 1D. RGB value is (174,9,29). Sum of RGB (Red+Green+Blue) = 174+9+29=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE091D is #51F6E2. Grayscale: #3C3C3C. Windows color (decimal): -5371619 or 1903022. OLE color: 1903022.

HSL color Cylindrical-coordinate representation of color #AE091D: hue angle of 352.73º degrees, saturation: 0.9, 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 #AE091D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 9 29 -
CMYK 0 0.95 0.83 0.32
HSL 352.73º 0.9% 0.36% -
HSV(B) 352.73º 0.95% 0.68% -
XYZ 17.78 9.28 2.02 -
YUV 60.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 174 9 29 0 0.95 0.83 0.32 352.73 0.9 0.36
Hex AE 9 1D 0 5F 53 20 161 5A 24
Octal 256 11 35 0 137 123 40 541 132 44
Binary 10101110 1001 11101 0 1011111 1010011 100000 101100001 1011010 100100

Color Harmonies of #AE091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE091D

Black with #AE091D

Text Example


Text Example

White with #AE091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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