Html Css Color HEX #AE0310 Carmine

📋 copy color: '#AE0310'

red 174 ◦ green 3 ◦ blue 16

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

Shades of Carmine #AE0310

Tints of Carmine #AE0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 90.16%
G = 1.55%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE0310 (or 0xAE0310) is known color: Carmine. HEX triplet: AE, 03 and 10. RGB value is (174,3,16). Sum of RGB (Red+Green+Blue) = 174+3+16=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0310 is #51FCEF. Grayscale: #373737. Windows color (decimal): -5373168 or 1049518. OLE color: 1049518.

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

Color convert

RGB 174 3 16 -
CMYK 0 0.98 0.91 0.32
HSL 355.44º 0.97% 0.35% -
HSV(B) 355.44º 0.98% 0.68% -
XYZ 17.58 9.1 1.32 -
YUV 55.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 174 3 16 0 0.98 0.91 0.32 355.44 0.97 0.35
Hex AE 3 10 0 62 5B 20 163 61 23
Octal 256 3 20 0 142 133 40 543 141 43
Binary 10101110 11 10000 0 1100010 1011011 100000 101100011 1100001 100011

Color Harmonies of #AE0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0310

Black with #AE0310

Text Example


Text Example

White with #AE0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0310; }

 p { color: rgb(174,3,16); }

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

background-color css

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

 a { background-color: rgb(174,3,16); }

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

border-color css

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

 span { border-color: rgb(174,3,16); }

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