Html Css Color HEX #AB3C26 Medium Carmine

📋 copy color: '#AB3C26'

red 171 ◦ green 60 ◦ blue 38

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

Shades of Medium Carmine #AB3C26

Tints of Medium Carmine #AB3C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 63.57%
G = 22.3%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3C26 (or 0xAB3C26) is known color: Medium Carmine. HEX triplet: AB, 3C and 26. RGB value is (171,60,38). Sum of RGB (Red+Green+Blue) = 171+60+38=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C26 is #54C3D9. Grayscale: #5A5A5A. Windows color (decimal): -5555162 or 2505899. OLE color: 2505899.

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

Color convert

RGB 171 60 38 -
CMYK 0 0.65 0.78 0.33
HSL 9.92º 0.64% 0.41% -
HSV(B) 9.92º 0.78% 0.67% -
XYZ 18.76 12.03 3.17 -
YUV 90.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 171 60 38 0 0.65 0.78 0.33 9.92 0.64 0.41
Hex AB 3C 26 0 41 4E 21 A 40 29
Octal 253 74 46 0 101 116 41 12 100 51
Binary 10101011 111100 100110 0 1000001 1001110 100001 1010 1000000 101001

Color Harmonies of #AB3C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C26

Black with #AB3C26

Text Example


Text Example

White with #AB3C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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