Html Css Color HEX #AB3C32 Medium Carmine

📋 copy color: '#AB3C32'

red 171 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #AB3C32

Tints of Medium Carmine #AB3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 60.85%
G = 21.35%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB3C32 (or 0xAB3C32) is known color: Medium Carmine. HEX triplet: AB, 3C and 32. RGB value is (171,60,50). Sum of RGB (Red+Green+Blue) = 171+60+50=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C32 is #54C3CD. Grayscale: #5C5C5C. Windows color (decimal): -5555150 or 3292331. OLE color: 3292331.

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

Color convert

RGB 171 60 50 -
CMYK 0 0.65 0.71 0.33
HSL 4.96º 0.55% 0.43% -
HSV(B) 4.96º 0.71% 0.67% -
XYZ 18.99 12.12 4.36 -
YUV 92.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 171 60 50 0 0.65 0.71 0.33 4.96 0.55 0.43
Hex AB 3C 32 0 41 47 21 5 37 2B
Octal 253 74 62 0 101 107 41 5 67 53
Binary 10101011 111100 110010 0 1000001 1000111 100001 101 110111 101011

Color Harmonies of #AB3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C32

Black with #AB3C32

Text Example


Text Example

White with #AB3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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