Html Css Color HEX #AE082C Carmine

📋 copy color: '#AE082C'

red 174 ◦ green 8 ◦ blue 44

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

Shades of Carmine #AE082C

Tints of Carmine #AE082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 76.99%
G = 3.54%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE082C (or 0xAE082C) is known color: Carmine. HEX triplet: AE, 08 and 2C. RGB value is (174,8,44). Sum of RGB (Red+Green+Blue) = 174+8+44=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE082C is #51F7D3. Grayscale: #3D3D3D. Windows color (decimal): -5371860 or 2885806. OLE color: 2885806.

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

Color convert

RGB 174 8 44 -
CMYK 0 0.95 0.75 0.32
HSL 346.99º 0.91% 0.36% -
HSV(B) 346.99º 0.95% 0.68% -
XYZ 18 9.35 3.24 -
YUV 61.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 174 8 44 0 0.95 0.75 0.32 346.99 0.91 0.36
Hex AE 8 2C 0 5F 4B 20 15B 5B 24
Octal 256 10 54 0 137 113 40 533 133 44
Binary 10101110 1000 101100 0 1011111 1001011 100000 101011011 1011011 100100

Color Harmonies of #AE082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE082C

Black with #AE082C

Text Example


Text Example

White with #AE082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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