Html Css Color HEX #AE3B22 Medium Carmine

📋 copy color: '#AE3B22'

red 174 ◦ green 59 ◦ blue 34

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

Shades of Medium Carmine #AE3B22

Tints of Medium Carmine #AE3B22

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 34 (13.67% from 255) = 12.73%

R = 65.17%
G = 22.1%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE3B22 (or 0xAE3B22) is known color: Medium Carmine. HEX triplet: AE, 3B and 22. RGB value is (174,59,34). Sum of RGB (Red+Green+Blue) = 174+59+34=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B22 is #51C4DD. Grayscale: #5A5A5A. Windows color (decimal): -5358814 or 2243502. OLE color: 2243502.

HSL color Cylindrical-coordinate representation of color #AE3B22: hue angle of 10.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE3B22 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 59 34 -
CMYK 0 0.66 0.80 0.32
HSL 10.71º 0.67% 0.41% -
HSV(B) 10.71º 0.8% 0.68% -
XYZ 19.31 12.24 2.86 -
YUV 90.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 174 59 34 0 0.66 0.80 0.32 10.71 0.67 0.41
Hex AE 3B 22 0 42 50 20 B 43 29
Octal 256 73 42 0 102 120 40 13 103 51
Binary 10101110 111011 100010 0 1000010 1010000 100000 1011 1000011 101001

Color Harmonies of #AE3B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3B22

Black with #AE3B22

Text Example


Text Example

White with #AE3B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3B22; }

 p { color: rgb(174,59,34); }

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

background-color css

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

 a { background-color: rgb(174,59,34); }

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

border-color css

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

 span { border-color: rgb(174,59,34); }

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