Html Css Color HEX #AE082A Carmine

📋 copy color: '#AE082A'

red 174 ◦ green 8 ◦ blue 42

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

Shades of Carmine #AE082A

Tints of Carmine #AE082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 77.68%
G = 3.57%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE082A (or 0xAE082A) is known color: Carmine. HEX triplet: AE, 08 and 2A. RGB value is (174,8,42). Sum of RGB (Red+Green+Blue) = 174+8+42=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE082A is #51F7D5. Grayscale: #3D3D3D. Windows color (decimal): -5371862 or 2754734. OLE color: 2754734.

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

Color convert

RGB 174 8 42 -
CMYK 0 0.95 0.76 0.32
HSL 347.71º 0.91% 0.36% -
HSV(B) 347.71º 0.95% 0.68% -
XYZ 17.96 9.34 3.05 -
YUV 61.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 174 8 42 0 0.95 0.76 0.32 347.71 0.91 0.36
Hex AE 8 2A 0 5F 4C 20 15C 5B 24
Octal 256 10 52 0 137 114 40 534 133 44
Binary 10101110 1000 101010 0 1011111 1001100 100000 101011100 1011011 100100

Color Harmonies of #AE082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE082A

Black with #AE082A

Text Example


Text Example

White with #AE082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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