Html Css Color HEX #AB3C2A Medium Carmine

📋 copy color: '#AB3C2A'

red 171 ◦ green 60 ◦ blue 42

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

Shades of Medium Carmine #AB3C2A

Tints of Medium Carmine #AB3C2A

RGB

 RED value IS 171 (67.19% from 255) = 62.64%

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 62.64%
G = 21.98%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB3C2A (or 0xAB3C2A) is known color: Medium Carmine. HEX triplet: AB, 3C and 2A. RGB value is (171,60,42). Sum of RGB (Red+Green+Blue) = 171+60+42=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C2A is #54C3D5. Grayscale: #5B5B5B. Windows color (decimal): -5555158 or 2768043. OLE color: 2768043.

HSL color Cylindrical-coordinate representation of color #AB3C2A: hue angle of 8.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3C2A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 60 42 -
CMYK 0 0.65 0.75 0.33
HSL 8.37º 0.61% 0.42% -
HSV(B) 8.37º 0.75% 0.67% -
XYZ 18.83 12.06 3.53 -
YUV 91.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 171 60 42 0 0.65 0.75 0.33 8.37 0.61 0.42
Hex AB 3C 2A 0 41 4B 21 8 3D 2A
Octal 253 74 52 0 101 113 41 10 75 52
Binary 10101011 111100 101010 0 1000001 1001011 100001 1000 111101 101010

Color Harmonies of #AB3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C2A

Black with #AB3C2A

Text Example


Text Example

White with #AB3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C2A; }

 p { color: rgb(171,60,42); }

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

background-color css

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

 a { background-color: rgb(171,60,42); }

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

border-color css

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

 span { border-color: rgb(171,60,42); }

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